-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "openmaps",
"version": "0.0.1",
"description": "A map-based data viewer for the City of Philadelphia",
"main": "",
"repository": "https://github.com/cityofphiladelphia/openmaps",
"author": "City of Philadelphia <maps@phila.gov>",
"license": "MIT",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev-build": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint",
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@phila/layerboard": "2.0.4",
"@sentry/browser": "5.7.1",
"vue": "^2.7.10"
},
"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",
"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."
}
}