-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.23 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
{
"name": "datavis21_project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"d3": "^7.1.1",
"element-plus": "^2.2.17",
"gsap": "^3.10.4",
"lodash": "^4.17.21",
"martinez-polygon-clipping": "^0.7.3",
"pinia": "^2.0.17",
"polygon-offset": "^0.3.1",
"topojson-client": "^3.1.0",
"typescript": "^4.8.3",
"vite": "^3.1.3",
"vue": "^3.2.39",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"json-loader": "^0.5.7",
"sass": "^1.56.1",
"unplugin-element-plus": "^0.4.1",
"worker-loader": "^3.0.8"
},
"eslintConfig": {
"root": true,
"env": {
"node": true,
"es2021": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {},
"rules": {}
},
"type": "module",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}