ts/package.json

81 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2024-12-09 06:44:52 +00:00
{
"name": "page_customize",
"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",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
2025-05-05 14:19:24 +00:00
"@antv/g6": "^5.0.45",
"@antv/layout": "^1.2.14-beta.8",
2025-04-15 03:05:09 +00:00
"@antv/x6": "^2.18.1",
"@antv/x6-vue-shape": "^2.1.2",
2024-12-09 06:44:52 +00:00
"@turf/turf": "^7.1.0",
"@visactor/vtable": "^1.13.2",
"@visactor/vtable-gantt": "^1.13.2",
2025-01-06 01:18:58 +00:00
"@visactor/vue-vtable": "^1.14.1",
2024-12-09 06:44:52 +00:00
"@vueuse/core": "^9.9.0",
"@wenrenfangge/cesium-draw": "^1.0.4",
"axios": "^1.2.1",
"cesium": "^1.123.0",
2025-01-13 08:45:08 +00:00
"cesium-extends": "^1.8.23",
"cesium-sensors-es6": "^1.0.0",
2024-12-09 06:44:52 +00:00
"chroma-js": "^3.1.2",
2025-05-05 14:19:24 +00:00
"dagre": "^0.8.5",
2024-12-09 06:44:52 +00:00
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
2025-04-15 03:05:09 +00:00
"elkjs": "^0.10.0",
"es-toolkit": "^1.32.0",
2024-12-09 06:44:52 +00:00
"lodash": "^4.17.21",
2025-01-23 01:05:13 +00:00
"maplibre-gl": "^5.0.1",
2025-01-06 01:18:58 +00:00
"moment-timezone": "^0.5.46",
2024-12-09 06:44:52 +00:00
"normalize.css": "^8.0.1",
2025-02-11 02:56:16 +00:00
"ol": "^10.3.1",
2024-12-09 06:44:52 +00:00
"pinia": "^2.0.28",
"satellite.js": "^5.0.0",
"seemly": "^0.3.9",
2025-02-14 08:33:28 +00:00
"store2": "^2.14.4",
2024-12-09 06:44:52 +00:00
"v-viewer": "^3.0.21",
2025-01-20 01:42:19 +00:00
"vanilla-js-wheel-zoom": "^9.0.4",
2024-12-09 06:44:52 +00:00
"viewerjs": "^1.11.7",
"vue": "^3.2.45",
"vue-draggable-plus": "^0.5.6",
"vue-router": "^4.1.6",
"vue3-seamless-scroll": "^2.0.1",
"wkt-parser-helper": "^4.2.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.4",
"@types/node": "^18.11.12",
"@vicons/ionicons5": "^0.12.0",
"@vicons/tabler": "^0.12.0",
2025-01-06 01:18:58 +00:00
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
2024-12-09 06:44:52 +00:00
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"naive-ui": "^2.34.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"sass": "^1.57.1",
"tailwindcss": "^3.2.7",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
2025-01-06 01:18:58 +00:00
"vite": "^6.0.6",
2024-12-09 06:44:52 +00:00
"vite-plugin-windicss": "^1.8.10",
"vue-tsc": "^1.0.12"
}
}