-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 967 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
{
"name": "360giving-themes-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.0.0",
"axios": "^0.18.0",
"bootstrap": "^3.3.7",
"highcharts": "^6.0.7",
"highcharts-treemap": "^0.1.7",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"jquery-ui-touch-punch": "^0.2.3",
"moment": "^2.18.1",
"moment-timezone": "^0.5.14",
"react-bootstrap": "^0.31.3",
"react-ga": "^2.3.5",
"react-highcharts": "^16.0.2",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-last-location": "^1.1.0",
"react-slider": "^0.9.0",
"underscore": "^1.8.3",
"mapbox-gl": "^0.46.0"
},
"devDependencies": {
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}