-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "cityatlas",
"version": "0.0.1",
"description": "A map-based data viewer for the City of Philadelphia",
"main": "",
"repository": "https://github.com/cityofphiladelphia/atlas",
"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/mapboard": "4.4.27",
"accounting": "^0.4.1",
"vue": "^2.7.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.0.3",
"dotenv": "^8.2.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"node-polyfill-webpack-plugin": "^2.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."
}
}