-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 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
{
"name": "vue-project",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
},
"dependencies": {
"@arcgis/core": "^4.28.10",
"@vueuse/core": "^10.3.0",
"axios": "^1.6.2",
"canvas-nest.js": "^2.0.4",
"echarts": "^5.4.3",
"element-plus": "^2.5.0",
"vue": "^3.3.11",
"vue-echarts": "^6.6.8",
"vue-router": "4",
"vue3-draggable-resizable": "^1.6.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.6.1",
"@anthony-ju/eslint-config": "^0.2.4",
"@anthony-ju/stylelint-config": "^0.2.8",
"@tsconfig/node18": "^2.0.1",
"@types/node": "^18.16.8",
"@unocss/eslint-config": "^0.58.3",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.4.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.56.0",
"eslint-plugin-format": "^0.1.0",
"npm-run-all": "^4.1.5",
"sass": "^1.64.2",
"stylelint": "^16.1.0",
"typescript": "~5.0.4",
"unocss": "^0.54.2",
"vite": "^5.0.8",
"vue-tsc": "^1.6.4"
}
}