66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "fsx-design",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --port 8888 --host",
|
|
"build": "vite build --mode staging",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --fix ."
|
|
},
|
|
"dependencies": {
|
|
"@antv/hierarchy": "^0.6.14",
|
|
"@antv/x6": "^2.18.1",
|
|
"@turf/turf": "^7.2.0",
|
|
"@types/d3": "^7.4.3",
|
|
"@vueuse/core": "^12.2.0",
|
|
"@zumer/snapdom": "^1.9.14",
|
|
"axios": "^1.7.9",
|
|
"cesium": "^1.133.1",
|
|
"d3": "^7.9.0",
|
|
"dayjs": "^1.11.13",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.9.1",
|
|
"lodash-es": "^4.17.21",
|
|
"marching-squares": "^1.0.0",
|
|
"marchingsquares": "^1.3.3",
|
|
"ol": "^10.6.1",
|
|
"ol-ext": "^4.0.35",
|
|
"ol-wind": "^1.1.9",
|
|
"pinia": "^3.0.0",
|
|
"qs": "^6.13.1",
|
|
"spark-md5": "^3.0.2",
|
|
"uuid": "^11.0.3",
|
|
"vite-plugin-cesium": "^1.2.23",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-router": "^4.5.0",
|
|
"web-storage-cache": "^1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.12.0",
|
|
"@eslint/js": "^9.17.0",
|
|
"@types/qs": "^6.9.17",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.17.0",
|
|
"eslint-import-resolver-node": "^0.3.9",
|
|
"eslint-plugin-format": "^0.1.3",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"globals": "^15.14.0",
|
|
"less": "^4.4.1",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"typescript": "~5.6.2",
|
|
"typescript-eslint": "^8.18.2",
|
|
"unplugin-auto-import": "^0.19.0",
|
|
"unplugin-vue-components": "^0.28.0",
|
|
"unplugin-vue-inspector": "^2.3.1",
|
|
"unplugin-vue-macros": "^2.13.6",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vitest": "^2.1.9",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|