-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 Bytes
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
{
"name": "with-chakra-ui-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.5",
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "1.2.2",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"framer-motion": "^4.0.3",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-favicon": "0.0.25",
"react-icons": "^4.2.0"
},
"devDependencies": {
"@types/node": "^16.11.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"eslint": "^8.0.1",
"eslint-config-next": "11.1.2",
"typescript": "4.4.4"
},
"license": "MIT"
}