-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "health-journal",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:4000",
"main": "server/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"chart.js": "^2.7.3",
"connect-pg-simple": "^6.0.1",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-session": "^1.15.6",
"lodash": "^4.17.11",
"massive": "^5.7.7",
"node-sass": "^4.11.0",
"pg": "^7.8.1",
"quill-image-uploader": "^1.0.2",
"react": "^16.8.3",
"react-chartjs-2": "^2.7.4",
"react-datepicker": "^2.1.0",
"react-dnd": "^7.3.2",
"react-dnd-html5-backend": "^7.2.0",
"react-dom": "^16.8.3",
"react-quill": "^1.3.3",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-tag-input": "^6.4.0",
"redux": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}