-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 875 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
{
"name": "templateskart",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"framer-motion": "^6.2.3",
"mitt": "^3.0.0",
"next": "12.0.9",
"nprogress": "^0.2.0",
"raw-loader": "^4.0.2",
"re-resizable": "^6.9.1",
"react": "17.0.2",
"react-code-blocks": "^0.0.9-0",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-palette": "^1.0.2",
"react-stack-grid": "^0.7.1"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/nprogress": "^0.2.0",
"@types/react": "17.0.38",
"@types/react-stack-grid": "^0.7.3",
"eslint": "8.7.0",
"prettier": "^2.5.1",
"typescript": "4.5.5"
}
}