-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.66 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
{
"name": "prime-solo-project",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@material-ui/core": "^3.9.3",
"@material-ui/styles": "^4.11.4",
"@neurosity/notion": "^5.0.0-rc.7",
"@reach/router": "^1.2.1",
"aws-sdk": "^2.908.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"chart.js": "^2.9.3",
"cookie-session": "^2.0.0-beta.3",
"csvjson": "^5.1.0",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"mdbreact": "^5.0.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^8.3.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-csv": "^2.0.3",
"react-dom": "^16.8.6",
"react-icons": "^4.2.0",
"react-pin-input": "^1.0.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.0",
"react-scripts": "^3.4.4",
"react-select": "^4.3.1",
"react-use": "^17.2.4",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"request": "^2.79.0",
"survey-react": "^1.8.47",
"sweetalert2": "^11.0.8"
},
"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": {
"nodemon": "^2.0.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"heroku-run-build-script": true
}