-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "milicom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon --watch ./ --exec ./node_modules/.bin/babel-node ./server/app.js",
"build-start": "npm run build && babel-node ./server/app.js",
"dev": "react-scripts start",
"build": "react-scripts build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.19.3",
"@babel/node": "^7.19.1",
"@babel/preset-env": "^7.19.4",
"antd": "^4.23.4",
"axios": "^1.1.2",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.2.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-await": "^1.1.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http-proxy-middleware": "^2.0.6",
"moment": "^2.29.4",
"mysql2": "^2.3.3",
"nodemon": "^2.0.20",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"sequelize": "^6.25.2",
"session-storage": "^1.0.1"
},
"devDependencies": {
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"browser": {
"crypto": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}