-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.63 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
62
63
{
"name": "prime-solo-project",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^4.5.1",
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"cookie-session": "^2.0.0-beta.3",
"crypto": "^1.0.1",
"d3": "^5.15.0",
"dotenv": "^4.0.0",
"express": "^4.16.4",
"lodash.difference": "^4.5.0",
"material-table": "^1.54.2",
"moment": "^2.24.0",
"nodemailer": "^6.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.9.0",
"pg-hstore": "^2.3.3",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropzone-s3-uploader": "^1.1.0",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.0.1",
"react-scroll": "^1.7.15",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"retext": "^7.0.1",
"retext-english": "^3.0.4",
"retext-equality": "^4.3.0",
"retext-stringify": "^2.0.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"sequelize": "^5.21.3",
"unified": "^8.4.2"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"node-sass": "^4.13.0",
"nodemon": "^1.18.10"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"heroku-run-build-script": true
}