-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.65 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": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.13",
"@mui/utils": "^5.10.9",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie-session": "^2.0.0",
"currency": "^4.1.0",
"date-fns": "^2.29.3",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"react": "^18.2.0",
"react-day-picker": "^8.3.7",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0",
"react-select": "^5.7.0",
"react-slider": "^2.0.4",
"react-tooltip": "^5.2.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"sass": "^1.55.0",
"sweetalert2": "^11.6.8",
"sweetalert2-react-content": "^5.0.7",
"victory": "^36.3.2",
"victory-tooltip": "^36.6.8"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"nodemon": "^2.0.4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"heroku-run-build-script": true
}