-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.26 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "senti-cloud",
"version": "3.0.1",
"description": "Senti Cloud",
"private": true,
"main": "index.js",
"dependencies": {
"@babel/runtime": "7.13.10",
"@date-io/moment": "^1.3.13",
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@material-ui/styles": "^4.11.3",
"@material-ui/system": "^4.11.3",
"@types/googlemaps": "^3.43.3",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.14.5",
"ace-builds": "^1.4.12",
"apisauce": "^2.0.1",
"autosuggest-highlight": "^3.1.1",
"chart.js": "^2.9.4",
"chartjs-plugin-zoom": "^0.7.5",
"classnames": "^2.3.1",
"core-js": "^3.10.1",
"create-react-app": "^3.4.1",
"crypto-js": "^3.2.0",
"d3": "^5.15.0",
"eslint-plugin-flowtype": "^4.6.0",
"for-each": "^0.3.3",
"heatmap.js": "^2.0.5",
"hex-to-rgba": "^2.0.1",
"i18n-iso-countries": "^4.3.1",
"in-view": "^0.6.1",
"leaflet": "^1.7.1",
"leaflet-fullscreen": "^1.0.2",
"libphonenumber-js": "^1.9.16",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-ace": "^9.4.4",
"react-autosuggest": "^9.4.3",
"react-chartjs-2": "^2.11.1",
"react-cookies": "^0.1.1",
"react-csv": "^1.1.2",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dnd-touch-backend": "^10.0.2",
"react-dom": "^17.0.2",
"react-exif-orientation-img": "^0.1.5",
"react-google-login": "^5.2.2",
"react-gravatar": "^2.6.3",
"react-grid-layout": "^1.2.4",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.13.0",
"react-leaflet": "^2.8.0",
"react-markdown": "^7.0.1",
"react-redux": "^7.2.3",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.1",
"react-scripts": "^4.0.3",
"react-sound": "^1.2.0",
"react-svg-gauge": "^1.0.10",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"senti-apicore": "0.0.55",
"store": "^2.0.12",
"styled-components": "^4.4.1",
"workbox-build": "^6.1.5",
"zipcelx": "^1.6.2"
},
"devDependencies": {
"@welldone-software/why-did-you-render": "^3.6.0",
"babel-plugin-transform-imports": "^1.5.1",
"cra-build-watch": "^1.4.1",
"npm-watch": "^0.6.0",
"source-map-explorer": "^2.5.2"
},
"scripts": {
"start": "react-scripts start",
"analyze": "source-map-explorer build/static/js/*",
"watch": "cra-build-watch",
"start-ssh": "HTTPS=true react-scripts start",
"build": "react-scripts build && cp ./build/index.html ./build/200.html && npm run-script sw",
"build-simple": "react-scripts build",
"build-windows": "react-scripts build && copy .\\build\\index.html .\\build\\200.html && npm run-script sw",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"sw": "node build-sw.js",
"cindex": "copy .\\build\\index.html .\\build\\200.html"
},
"keywords": [],
"author": {
"name": "Christian Broberg",
"email": "apisupport@senti.cloud",
"url": "https://senti.cloud/"
},
"license": "MIT",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "js,jsx"
}
}
}