forked from senti-iot/senti-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.37 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
{
"name": "senti-cloud",
"version": "0.6.0",
"description": "Senti Cloud",
"private": true,
"main": "index.js",
"dependencies": {
"@material-ui/core": "^1.2.1",
"@material-ui/icons": "^2.0.0-beta.1",
"@types/googlemaps": "^3.30.10",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.4.6",
"apisauce": "^0.15.2",
"autosuggest-highlight": "^3.1.1",
"chart.js": "^2.7.2",
"chartist": "0.10.1",
"classnames": "^2.2.6",
"material-ui-pickers": "^1.0.0-rc.10",
"moment": "^2.22.2",
"npm-run-all": "4.1.2",
"perfect-scrollbar": "1.3.0",
"prop-types": "^15.6.2",
"react": "^16.4.0",
"react-autosuggest": "^9.3.4",
"react-chartist": "0.13.1",
"react-chartjs-2": "^2.7.4",
"react-cookies": "^0.1.0",
"react-dom": "^16.4.0",
"react-exif-orientation-img": "^0.1.5",
"react-google-maps": "^9.4.5",
"react-masonry-component": "^6.2.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^1.1.4",
"react-sound": "^1.2.0",
"react-swipeable-views": "^0.12.14"
},
"scripts": {
"start": "react-scripts start ",
"start-ssh": "HTTPS=true react-scripts start",
"build": "react-scripts build && cp ./build/index.html ./build/200.html && cp ./src/assets/sound/pop.mp3 ./build/assets/sound/pop.mp3",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"keywords": [],
"author": "Christian Broberg",
"license": "MIT"
}