-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "@phila/mapboard",
"description": "A Vue.js component for data-rich web mapping",
"version": "4.4.27",
"author": "City of Philadelphia <maps@phila.gov>",
"license": "MIT",
"private": false,
"scripts": {
"e2e": "node test/e2e/runner.js",
"example": "vue-cli-service serve ./example/webpack.config.js",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@mapbox/geo-viewport": "^0.5.0",
"@phila/vue-comps": "3.0.12",
"@phila/vue-datafetch": "2.2.18",
"@phila/vue-mapping": "3.1.22",
"vue": "^2.7.10",
"vue-i18n": "^8.22.0",
"vue-router": "^3.4.6",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-plugin-eslint": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"sass": "^1.54.9",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.7.10",
"webpack-visualizer-plugin": "^0.1.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
}
}