-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
93 lines (93 loc) · 2.44 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "non-profit-list",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "./node_modules/.bin/babel-node ./bin/www",
"dev": "./node_modules/.bin/nodemon --exec babel-node ./bin/www & react-scripts start",
"build": "./node_modules/.bin/react-scripts build"
},
"proxy": "http://localhost:3001",
"dependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.3",
"@babel/node": "^7.4.5",
"@babel/preset-env": "^7.4.3",
"@types/lodash": "^4.14.135",
"@types/numeral": "^0.0.25",
"@types/react": "^16.8.22",
"@types/react-helmet": "^5.0.8",
"@types/react-onclickoutside": "^6.7.3",
"@types/react-router-dom": "^4.3.4",
"@types/react-select": "^3.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.7.1",
"body-parser": "~1.19.0",
"classnames": "^2.2.6",
"cookie-parser": "~1.4.4",
"csv": "^5.1.1",
"debug": "~4.1.1",
"dotenv": "^8.0.0",
"eslint-plugin-react-app": "^5.0.1",
"express": "~4.17.1",
"fstream": "^1.0.12",
"immutability-helper": "^3.0.1",
"knex": "^0.18.0",
"lodash": "^4.17.11",
"morgan": "~1.9.1",
"nodemon": "^1.19.1",
"numeral": "^2.0.6",
"pg": "^7.11.0",
"pm2": "^3.5.1",
"prop-types": "^15.7.2",
"pug": "~2.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-onclickoutside": "^6.8.0",
"react-router": "^5.0.1",
"react-router-config": "^5.0.1",
"react-router-dom": "^5.0.1",
"react-select": "^3.0.4",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"stream-concat": "^0.3.0",
"typescript": "^3.5.2",
"babel-eslint": "10.0.1",
"bootstrap": "4.3.1",
"eslint": "5.16.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-lodash": "^5.1.0",
"eslint-plugin-react": "^7.14.2",
"mobility-react-scripts": "^3.0.2",
"node-csv": "^0.1.2",
"node-sass": "^4.12.0",
"object-assign": "^4.1.0",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
},
"engines": {
"node": "10.15.2"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}