-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.18 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
{
"homepage": "https://thestanforddaily.github.io/modeling-the-draw/",
"name": "modeling-the-draw",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.4",
"@material-ui/icons": "^3.0.2",
"bootstrap": "^4.4.1",
"firebase": "^5.11.1",
"flexbox-react": "^4.4.0",
"material-ui-icons": "^1.0.0-beta.36",
"mui-datatables": "^2.14.0",
"node": "^10.10.0",
"react": "^16.13.0",
"react-bootstrap": "^1.0.0-beta.17",
"react-d3-library": "^1.1.8",
"react-dom": "^16.13.0",
"react-google-maps": "^9.4.5",
"react-jsonschema-form": "^1.8.1",
"react-router-dom": "^5.1.2",
"react-scripts": "2.1.5",
"react-select": "^3.0.8",
"react-table": "^7.0.0",
"recharts": "^1.8.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.2.0"
}
}