-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 979 Bytes
/
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
{
"name": "keralafloodmap",
"version": "0.1.0",
"private": true,
"dependencies": {
"dateformat": "^3.0.3",
"firebase": "^5.3.1",
"informed": "^1.10.4",
"leaflet": "1.3.0",
"leaflet.markercluster": "1.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-leaflet": "1.8",
"react-leaflet-markercluster": "1.1.8",
"react-modal": "^3.5.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"husky": "^1.0.0-rc.13",
"prettier": "^1.14.2",
"pretty-quick": "^1.6.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"homepage": "http://aswinmohanme.github.io/kerala-flood-map"
}