-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 913 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
{
"name": "Sakura",
"description": "starter project nextjs, chakra ui, typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.2",
"@chakra-ui/react": "^1.1.0",
"@chakra-ui/theme-tools": "1.0.2",
"@emotion/react": "11.1.4",
"@emotion/styled": "11.0.0",
"framer-motion": "^3.1.1",
"next": "latest",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.14.19",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"eslint": "^7.17.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"typescript": "4.1.3"
},
"license": "MIT"
}