forked from rohaldb/seng3011analyticsplatform
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
{
"name": "create-react-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@amcharts/amcharts3-react": "^3.1.0",
"@material-ui/core": "^1.0.0",
"@react-pdf/core": "^0.7.6",
"@react-pdf/dom": "^0.7.6",
"@react-pdf/node": "^0.7.6",
"ammap3": "^3.21.12",
"amstock3": "^3.21.12",
"dom-to-image": "^2.6.0",
"file-saver": "^1.3.8",
"firebase": "^5.0.2",
"google-map-react": "^1.0.0",
"highcharts": "^6.1.0",
"hopscotch": "github:linkedin/hopscotch",
"html2canvas": "^1.0.0-alpha.12",
"jspdf": "^1.3.5",
"lodash": "^4.17.10",
"material-ui": "next",
"material-ui-chip-input": "^1.0.0-beta.5",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.22.1",
"prop-types": "latest",
"rc-progress": "^2.2.5",
"re-base": "^3.2.2",
"react": "^16.3.2",
"react-dom": "latest",
"react-flexbox-grid": "^2.1.0",
"react-heatmap-grid": "^0.2.1",
"react-material-icon-svg": "^1.5.1",
"react-pretty-numbers": "^3.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "latest",
"react-share": "^2.1.1",
"react-user-tour": "^3.0.0",
"react-vertical-timeline-component": "^2.0.6",
"typeface-roboto": "^0.0.54"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1"
}
}