-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
52
{
"name": "property-data-explorer",
"version": "1.0.0",
"main": "",
"repository": "https://github.com/CityOfPhiladelphia/property-data-explorer.git",
"author": "stephen.skilton <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"dev-build": "vue-cli-service build --mode development"
},
"dependencies": {
"1.0.2": "^1.0.0",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/pro-light-svg-icons": "^5.15.4",
"@fortawesome/pro-solid-svg-icons": "^5.15.4",
"@phila/vue-comps": "3.0.6",
"@phila/vue-datafetch": "2.2.11",
"@phila/vue-mapping": "3.1.14",
"accounting": "^0.4.1",
"core-js": "^3.25.1",
"leaflet": "1.7.1",
"leaflet-vector-icon": "git+https://github.com/CityOfPhiladelphia/leaflet-vector-icon.git#c37571e92c66ce0003f22058f2d246b31d3941a5",
"sorttable": "^1.0.2",
"vue": "^2.7.10",
"vue-router": "^3.6.5",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.19",
"@vue/cli-service": "^4.5.19",
"babel-runtime": "^6.26.0",
"sass": "^1.54.9",
"sass-loader": "^7.1.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."
}
}