-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 966 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
37
38
39
40
{
"name": "easy-web",
"description": "",
"main": "index.js",
"version": "1.0.0",
"dependencies": {
"@zeit/next-sass": "^1.0.1",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"bootstrap": "^4.3.1",
"chart.js": "^2.8.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"ionicons": "^4.5.8",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.4.1",
"mysql": "^2.17.1",
"mysql2": "^1.6.5",
"next": "^9.0.0",
"node-sass": "^4.12.0",
"rcolor": "^1.0.1",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-select": "^3.0.4",
"react-tooltip": "^3.10.0",
"reactstrap": "^8.0.0",
"sweetalert2": "^8.14.0",
"sweetalert2-react-content": "^1.1.0"
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"keywords": [],
"author": "",
"license": "ISC"
}