-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
115 lines (115 loc) · 4 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "simple-gis-web",
"version": "1.0.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"webpack:dev": "webpack serve --config ./build/webpack_dev.config --env development --mode development --hot",
"webpack:build": "webpack --config ./build/webpack_build.config --mode production",
"webpack:analyzer:": "webpack --config ./build/webpack_analyzer.config --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.12.5",
"@supermap/iclient-leaflet": "^10.1.3",
"@types/cesium": "^1.67.13",
"axios": "^0.19.2",
"cesium": "^1.82.1",
"echarts": "^4.6.0",
"element-ui": "^2.15.2",
"leaflet": "^1.7.1",
"leaflet.markercluster": "^1.5.0",
"mapbox-gl": "^2.3.0",
"process": "^0.11.10",
"proj4": "^2.7.2",
"proj4leaflet": "^1.0.2",
"qs": "^6.10.1",
"util": "^0.12.4",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuex": "^3.1.3"
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.2",
"@babel/preset-env": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@types/echarts": "^4.9.10",
"@types/leaflet": "^1.7.1",
"@types/mapbox-gl": "^2.1.2",
"@types/node": "^15.14.0",
"@types/qs": "^6.9.6",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.10.1",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.2",
"css-loader": "^5.2.2",
"css-minimizer-webpack-plugin": "^3.0.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-html": "^6.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^7.9.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"json-loader": "^0.5.7",
"less": "^3.11.3",
"less-loader": "^6.1.2",
"mini-css-extract-plugin": "^1.6.0",
"postcss-loader": "^4.2.0",
"pug": "^3.0.2",
"pug-html-loader": "^1.1.5",
"pug-plain-loader": "^1.1.0",
"sass-loader": "^11.0.1",
"speed-measure-webpack-plugin": "^1.5.0",
"style-loader": "^2.0.0",
"stylus": "^0.54.8",
"stylus-loader": "^5.0.0",
"terser-webpack-plugin": "^4.2.2",
"ts-loader": "^8.1.0",
"tsconfig-paths": "^3.9.0",
"tslib": "^2.2.0",
"typescript": "^4.2.4",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.9.6",
"vue-property-decorator": "^9.1.2",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.11",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1",
"webpack": "^5.36.2",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"yaml-loader": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/canyuegongzi/t-cli-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/canyuegongzi/t-cli-template/issues"
},
"homepage": "https://github.com/canyuegongzi/t-cli-template#readme",
"browserslist": [
"defaults",
"not ie <= 10",
"last 2 versions",
"> 1%",
"iOS >= 7",
"Android >= 8.0"
]
}