forked from 3rww/rainfall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.71 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
{
"name": "3rww-rainfall-viz",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@mapbox/mapbox-gl-geocoder": "^4.6.0",
"@reduxjs/toolkit": "^1.4.0",
"axios": "^0.21.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.5.0",
"bootstrap-daterangepicker": "^3.1.0",
"bootswatch": "^4.5.0",
"chroma-js": "^2.1.0",
"cross-fetch": "^3.0.5",
"file-saver": "^2.0.2",
"immutable": "^4.0.0-rc.12",
"jquery": "^3.5.1",
"lodash-es": "4.17.21",
"mapbox-gl": "^1.11.1",
"moment": "^2.27.0",
"node-sass": "^4.14.1",
"object-hash": "^2.0.3",
"papaparse": "^5.2.0",
"prop-types": "^15.7.2",
"qs": "^6.9.4",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-bootstrap-daterangepicker": "~4.1.0",
"react-dom": "^16.13.1",
"react-markdown": "^4.3.1",
"react-redux": "^7.2.1",
"react-scripts": "3.2.0",
"react-select": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"serve": "serve -s build -p 3000",
"deploy": "gh-pages -d build"
},
"homepage": "http://3rww.github.io/rainfall",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}