-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·68 lines (68 loc) · 1.92 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "arcgis_vue",
"version": "1.0.0",
"description": "ArcGIS API for JavaScript, Vue, Vuex, Webpack: boilerplate.",
"main": "index.js",
"scripts": {
"start": "webpack && webpack-dev-server --watch",
"prod": "cross-env NODE_ENV=prod && webpack -p",
"build": "webpack",
"stats": "webpack --json > stats.json"
},
"keywords": [
"esri",
"arcgis",
"javascript"
],
"author": "Munkh-Altai <[email protected]",
"license": "Apache-2.0",
"devDependencies": {
"@types/arcgis-js-api": "^4.5.0",
"@types/webpack": "^3.0.13",
"babel-core": "^6.22.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.22.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"file-loader": "^0.10.0",
"install": "^0.10.1",
"node-sass": "^4.5.1",
"npm": "^5.4.2",
"postcss-loader": "^1.2.2",
"style-loader": "^0.13.1",
"vue-loader": "^10.3.0",
"vue-style-loader": "^2.0.0",
"vue-template-compiler": "^2.5.12",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"dependencies": {
"axios": "^0.17.1",
"classlist-polyfill": "^1.2.0",
"delay": "^3.0.0",
"element-theme-chalk": "2.0.11",
"element-ui": "2.0.11",
"es6-promise": "^4.2.4",
"extract-text-webpack-plugin": "^3.0.2",
"intro.js": "^2.8.0-alpha.1",
"jquery": "^3.3.1",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"sass-loader": "^6.0.6",
"uglifyjs-webpack-plugin": "^1.1.6",
"vue": "^2.5.12",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0",
"webpack-notifier": "^1.5.0",
"webpack-visualizer-plugin": "^0.1.11"
}
}