-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.56 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
58
59
60
61
{
"name": "primx-contract-project",
"engines": {
"node": "16.x"
},
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^4.12.2",
"@material-ui/data-grid": "^4.0.0-alpha.36",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@material-ui/x-license": "^4.0.0-alpha.37",
"assert": "^2.0.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"buffer": "^6.0.3",
"cookie-session": "^2.0.0-rc.1",
"dayjs": "^1.11.7",
"dotenv": "^8.2.0",
"emailjs-com": "^3.2.0",
"express": "^4.17.1",
"papaparse": "^5.4.1",
"passport": "^0.5.3",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"pg-format": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"save": "^2.4.0",
"sweetalert": "^2.1.2",
"uuid": "^8.3.2"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"client-alt": "react-scripts start --port 3001",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"nodemon": "^2.0.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"heroku-run-build-script": true
}