forked from openinframap/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 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
{
"name": "openinframap-web",
"version": "1.0.0",
"description": "",
"main": "webpack.common.js",
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production",
"serve": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openinframap/web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/openinframap/web/issues"
},
"homepage": "https://github.com/openinframap/web#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@mapbox/spritezero": "^6.1.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"spritezero-webpack-plugin": "^0.1.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"mapbox-gl": "^0.50.0",
"redom": "^3.14.3"
}
}