-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.29 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
{
"name": "real-estate-tax",
"version": "0.0.1",
"description": "A real estate tax data viewer for the City of Philadelphia",
"main": "",
"repository": "https://github.com/cityofphiladelphia/real-estate-tax",
"author": "City of Philadelphia <maps@phila.gov>",
"license": "MIT",
"private": false,
"scripts": {
"local": "vue-cli-service serve --mode local",
"serve": "vue-cli-service serve",
"build:development": "vue-cli-service build --mode development",
"build:production": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lintFix": "vue-cli-service lint --fix"
},
"dependencies": {
"@fortawesome/pro-solid-svg-icons": "^5.7.2",
"@phila/mapboard": "4.2.5",
"accounting": "^0.4.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.14.1",
"sass": "^1.27.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-visualizer-plugin": "^0.1.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}