-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
{
"name": "osm-browser",
"version": "1.0.0",
"description": "OSM Browser",
"repository": "duxet/osm-browser",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --hot"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"buefy": "^0.7.4",
"drmonty-leaflet-awesome-markers": "^2.0.2",
"font-awesome": "^4.7.0",
"geoip-lite": "^1.3.7",
"koa": "^2.7.0",
"koa-static": "^5.0.0",
"leaflet": "^1.4.0",
"leaflet-providers": "^1.6.0",
"leaflet.locatecontrol": "^0.66.2",
"nunjucks": "^3.2.0",
"vue": "^2.6.10",
"vue-i18n": "^8.10.0",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.6",
"vue2-leaflet": "^2.0.3",
"vue2-leaflet-markercluster": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.3.1"
}
}