-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "charity-base-web",
"version": "4.14.0",
"private": true,
"engines": {
"node": "10.x"
},
"dependencies": {
"antd": "^3.25.0",
"apollo-boost": "^0.3.1",
"auth0-js": "^9.7.3",
"charity-base-form": "^1.8.0",
"charity-base-search": "^3.5.0",
"copy-to-clipboard": "^3.2.0",
"graphiql": "^0.13.0",
"graphql": "^14.1.1",
"http-proxy-middleware": "^0.19.1",
"jwt-decode": "^2.2.0",
"leaflet": "^1.4.0",
"mapbox-gl": "^1.1.0",
"mapbox-gl-leaflet": "^0.0.7",
"ngeohash": "^0.6.0",
"node-sass": "^4.11.0",
"numeral": "^2.0.6",
"polished": "^1.9.3",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"query-string": "^5.1.1",
"react": "^16.8.1",
"react-apollo": "^2.5.2",
"react-dom": "^16.8.1",
"react-leaflet": "^2.2.1",
"react-router-dom": "^4.2.2",
"react-scripts": "^2.0.4",
"recharts": "^1.5.0",
"styled-components": "^3.2.1",
"supercluster": "^4.1.1"
},
"scripts": {
"start": "export SASS_PATH=./node_modules && react-scripts start",
"build": "export SASS_PATH=./node_modules && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}