-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 904 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.5.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.3.0",
"next": "^12.0.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.14"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@emotion/babel-plugin": "^11.3.0",
"@types/node": "^16.11.6",
"@types/react": "^17.0.34",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"prettier": "^2.3.1",
"tailwindcss": "^2.2.19",
"twin.macro": "^2.8.1",
"typescript": "^4.5.5"
},
"version": "0.0.0",
"packageManager": "[email protected]"
}