-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 873 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
{
"name": "uitalks",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.6.4",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.4",
"@emotion/server": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@headlessui/react": "^1.4.0",
"framer-motion": "^3.2.2-rc.1",
"next": "10.0.5",
"next-seo": "^4.26.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-popper": "^2.2.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.1.2",
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"babel-plugin-macros": "^2.8.0",
"tailwindcss": "^2.0.2",
"twin.macro": "^2.1.0",
"typescript": "^4.1.3"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}