-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.15 KB
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": "InstagramAnalytics",
"version": "0.1.0",
"private": true,
"dependencies": {
"animated": "^0.2.2",
"bootstrap": "^4.0.0",
"bootstrap-daterangepicker": "^2.1.30",
"d3": "^4.13.0",
"jquery": "^2.2.4",
"moment": "^2.21.0",
"react": "^15.6.2",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-shallow-compare": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-bootstrap-daterangepicker": "^2.2.0",
"react-bootstrap-datetimerangepicker": "^2.0.4",
"react-calendar-heatmap": "^1.6.3",
"react-d3-library": "^1.1.8",
"react-dates": "^12.7.1",
"react-dates-presets": "^1.1.0",
"react-dom": "^15.6.2",
"react-heatmap-grid": "^0.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.0",
"react-sidenav": "^2.1.2",
"react-tooltip": "^3.4.0",
"react-transition-group": "^2.3.0",
"reactjs-calendar-heatmap": "0.0.10",
"reactstrap": "^5.0.0-beta.3",
"recharts": "^1.0.0-beta.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}