-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "arcigs-webpack-vue-calcite",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serveprod": "vue-cli-service serve --mode production",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.6.10",
"calcite-maps": "git+https://github.com/Esri/calcite-maps.git"
},
"devDependencies": {
"@arcgis/webpack-plugin": "^4.11.0",
"@babel/preset-env": "^7.4.5",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.4",
"@vue/eslint-plugin": "^4.2.0",
"babel-eslint": "^10.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"install": "^0.12.2",
"npm": "^6.9.0",
"string-replace-loader": "^2.2.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}