forked from CartONG/mapathon_dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 Bytes
/
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
{
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.1",
"css-loader": "^0.28.9",
"exports-loader": "^0.6.4",
"file-loader": "^1.1.8",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.2.0",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.0"
},
"private": true,
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"dependencies": {
"@turf/area": "^5.1.5",
"@turf/destination": "^5.1.5",
"@turf/line-distance": "^4.7.3",
"chart.js": "^2.8.0",
"leaflet": "^1.3.1",
"moment": "^2.20.1",
"osmtogeojson": "^3.0.0-beta.3",
"snabbdom": "^0.7.1"
}
}