-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.21 KB
/
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
39
40
41
42
43
44
45
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production PORT=7001 node server.js",
"build": "NODE_ENV=production next build",
"dev": "PORT=7001 nodemon --ignore data/ server.js"
},
"dependencies": {
"@chakra-ui/core": "1.0.0-rc.0",
"@chakra-ui/icons": "1.1.1",
"@chakra-ui/react": "1.7.3",
"@chakra-ui/system": "1.8.3",
"@chakra-ui/theme": "1.0.0-rc.0",
"@chakra-ui/theme-tools": "1.0.0-rc.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"axios": "^0.26.0",
"cookies-next": "^2.0.4",
"delay": "5.0.0",
"framer-motion": "4",
"jsonwebtoken": "^8.5.1",
"lodash.debounce": "4.0.8",
"md5": "^2.3.0",
"mime-types": "^2.1.34",
"next": "9.5.4",
"nprogress": "0.2.0",
"pino": "7.5.1",
"react": "16.14.0",
"react-dom": "16.13.1",
"react-json-view": "1.21.3",
"react-modal": "3.14.4",
"react-qr-code": "2.0.3",
"react-spinners": "0.11.0",
"react-table": "7.7.0",
"react-toastify": "^8.1.0",
"sqlite3": "5.0.2",
"swagger-ui-react": "^4.1.3",
"wa-multi-device": "github:subekti404dev/wa-multi-device"
},
"devDependencies": {
"nodemon": "2.0.15"
}
}