-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.39 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.39 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
40
41
42
43
44
45
46
47
{
"name": "power_map",
"version": "1.0.0",
"description": "power map app",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.dev.config.js --progress --colors",
"build-production": "webpack --config webpack.prod.config.js --optimize --progress --colors",
"watch": "webpack-dev-server --config webpack.dev.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/JohnMoutafis/power_map.git"
},
"author": "John Moutafis",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@date-io/date-fns": "^1.3.11",
"@material-ui/core": "^4.4.2",
"@material-ui/pickers": "^3.2.6",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"file-loader": "^4.2.0",
"highcharts": "^7.1.2",
"highcharts-grouped-categories": "^1.1.3",
"highcharts-react-official": "^2.2.2",
"leaflet": "^1.5.1",
"moment": "^2.24.0",
"react": "^16.8.6",
"react-datepicker": "^2.9.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.8.7",
"react-leaflet": "^2.3.0",
"react-loader": "^2.4.5",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"url-loader": "^2.1.0",
"webpack": "^4.32.0",
"webpack-bundle-tracker": "^0.4.2-beta",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-merge": "^4.2.1"
}
}