-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.33 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
{
"name": "pop-health-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"cookie-parser": "^1.4.5",
"csv-write-stream": "^2.0.0",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"moment": "^2.26.0",
"monaco-editor": "^0.16.0",
"mysql2": "^2.1.0",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^3.4.0",
"readable-stream": "^3.6.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sqlite3": "^4.2.0",
"stdout-stream": "^1.4.1",
"through2": "^3.0.1"
},
"scripts": {
"start": "node server/index.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start:app": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chb/pop-health-app.git"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": "12"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/react": "^16.9.23",
"@types/react-redux": "^7.1.7",
"eslint": "^6.8.0"
},
"types": "typings/index.d.ts"
}