-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.15 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
{
"name": "wpfs",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@jiaminghi/data-view": "^2.10.0",
"@turf/turf": "^6.5.0",
"@tweenjs/tween.js": "^18.6.4",
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.8.3",
"docx-preview": "^0.1.18",
"docx-to-html": "^1.0.1",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"element-china-area-data": "^6.0.2",
"element-ui": "^2.15.13",
"install": "^0.13.0",
"jquery": "^3.7.0",
"less": "^4.1.3",
"less-loader": "^11.1.3",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"mars3d": "^3.5.18",
"mars3d-cesium": "^1.106.1",
"mars3d-wind": "^3.5.13",
"node-polyfill-webpack-plugin": "^2.0.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"pinia": "^2.1.4",
"sass": "^1.26.10",
"sass-resources-loader": "^2.1.0",
"stats.js": "^0.17.0",
"three": "^0.126.0",
"three-outlinepass": "^1.0.8",
"voice-input-button2": "^1.1.9",
"vue": "^2.6.14",
"vue-count-to": "^1.0.13",
"vue-router": "^3.3.4",
"vuex": "^3.4.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/tsconfig": "^0.1.3",
"copy-webpack-plugin": "^6.3.2",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"node-polyfill-webpack-plugin": "^2.0.1",
"node-sass": "^6.0",
"sass": "^1.32.12",
"sass-loader": "^10.0.1",
"typescript": "~4.8.4",
"vue-template-compiler": "^2.6.14"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}