forked from CityOfPhiladelphia/mapboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) Β· 1.21 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
{
"name": "@cityofphiladelphia/mapboard",
"description": "A Vue.js component for data-rich web mapping",
"version": "1.0.7",
"author": "City of Philadelphia <[email protected]>",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"main": "./src/main.js",
"dependencies": {
"Leaflet.vector-markers": "^0.0.6",
"axios": "^0.16.2",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"leaflet": "^1.0.3",
"leaflet-easybutton": "^2.2.2",
"leaflet-measure": "^2.1.7",
"leaflet-rotatedmarker": "^0.2.0",
"md5": "^2.2.1",
"moment": "^2.18.1",
"proj4": "^2.4.4",
"turf": "^3.0.14",
"vue": "^2.3.3",
"vuex": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"publishConfig": {
"access": "public"
}
}