2026-04-07 20:01:06 +08:00
|
|
|
{
|
2026-04-09 10:26:30 +08:00
|
|
|
"name": "xian_vue_new",
|
2026-04-07 20:01:06 +08:00
|
|
|
"private": true,
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
|
|
|
|
"build": "vue-tsc -b && vite build",
|
2026-04-13 22:00:46 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
|
"docs": "typedoc --entryPointStrategy expand src/",
|
|
|
|
|
"docs:serve": "npx http-server docs -p 8999 -o",
|
|
|
|
|
"docs:watch": "typedoc --watch"
|
2026-04-07 20:01:06 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@element-plus/icons-vue": "^2.3.2",
|
2026-05-18 10:21:13 +08:00
|
|
|
"@stomp/stompjs": "^7.3.0",
|
2026-04-07 20:01:06 +08:00
|
|
|
"@types/spark-md5": "^3.0.5",
|
|
|
|
|
"axios": "^1.12.2",
|
|
|
|
|
"cesium": "1.101.0",
|
2026-06-17 20:27:57 +08:00
|
|
|
"docx": "^9.7.1",
|
2026-04-11 10:09:40 +08:00
|
|
|
"element-plus": "^2.13.6",
|
2026-06-17 20:27:57 +08:00
|
|
|
"file-saver": "^2.0.5",
|
2026-04-07 20:01:06 +08:00
|
|
|
"gm-crypto": "^0.1.12",
|
|
|
|
|
"pinia": "^3.0.3",
|
2026-04-16 09:32:33 +08:00
|
|
|
"proj4": "^2.20.8",
|
2026-05-18 10:21:13 +08:00
|
|
|
"sockjs-client": "^1.6.1",
|
2026-04-07 20:01:06 +08:00
|
|
|
"spark-md5": "^3.0.2",
|
2026-04-08 22:20:42 +08:00
|
|
|
"vite-plugin-cesium": "^1.2.22",
|
2026-05-28 13:53:37 +08:00
|
|
|
"vue": "^3.5.35",
|
2026-04-08 22:20:42 +08:00
|
|
|
"vue-router": "^4.6.3"
|
2026-04-07 20:01:06 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-04-08 22:20:42 +08:00
|
|
|
"@tsconfig/node22": "^22.0.2",
|
2026-06-17 20:27:57 +08:00
|
|
|
"@types/file-saver": "^2.0.7",
|
2026-04-07 20:01:06 +08:00
|
|
|
"@types/node": "^24.12.2",
|
2026-04-27 11:06:31 +08:00
|
|
|
"@types/proj4": "^2.19.0",
|
2026-05-18 10:21:13 +08:00
|
|
|
"@types/sockjs-client": "^1.5.4",
|
2026-04-07 20:01:06 +08:00
|
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
|
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
|
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
2026-04-08 22:20:42 +08:00
|
|
|
"@vue/tsconfig": "^0.9.1",
|
2026-04-07 20:01:06 +08:00
|
|
|
"eslint": "^9.37.0",
|
|
|
|
|
"eslint-plugin-vue": "~10.5.0",
|
|
|
|
|
"jiti": "^2.6.1",
|
|
|
|
|
"npm-run-all2": "^8.0.4",
|
|
|
|
|
"prettier": "3.6.2",
|
2026-04-13 22:00:46 +08:00
|
|
|
"typedoc": "^0.28.19",
|
2026-04-08 22:20:42 +08:00
|
|
|
"typescript": "~6.0.2",
|
2026-04-07 20:01:06 +08:00
|
|
|
"unplugin-auto-import": "^20.2.0",
|
|
|
|
|
"unplugin-vue-components": "^30.0.0",
|
2026-04-08 22:20:42 +08:00
|
|
|
"vite": "^8.0.4",
|
|
|
|
|
"vite-plugin-vue-devtools": "^8.0.3",
|
|
|
|
|
"vue-tsc": "^3.2.6"
|
2026-04-07 20:01:06 +08:00
|
|
|
}
|
2026-05-28 13:53:37 +08:00
|
|
|
}
|