-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 793 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": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.14",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"fs": "^0.0.1-security",
"glob": "^7.1.7",
"gray-matter": "^4.0.3",
"next": "11.1.1",
"pageres": "^6.2.3",
"react": "17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.2.0",
"react-scripts": "^1.1.5",
"screenshot-stream": "^4.2.0",
"webshot": "^0.18.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1"
}
}