-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 1.79 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
64
65
66
67
68
{
"name": "prime-solo-project",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@date-io/core": "^2.13.1",
"@date-io/date-fns": "^1.3.13",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/roboto": "^4.5.5",
"@material-ui/core": "^4.12.4",
"@material/button": "^13.0.0",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@mui/x-data-grid": "^5.8.0",
"@mui/x-date-pickers": "^5.0.0-alpha.0",
"all": "^0.0.0",
"apexcharts": "^3.35.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cookie-session": "^2.0.0",
"date-fns": "^2.28.0",
"dotenv": "^8.6.0",
"express": "^4.17.1",
"filereader": "^0.10.3",
"formik": "^2.2.9",
"moment": "^2.29.3",
"mui-navbar": "^1.0.4",
"nodemailer": "^6.7.3",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-chartjs-2": "^4.1.0",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-papaparse": "^4.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0",
"react-to-print": "^2.14.6",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"yup": "^0.32.11"
},
"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
}