ts/package.json

75 lines
2.2 KiB
JSON

{
"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": {
"@turf/turf": "^7.1.0",
"@visactor/vtable": "^1.13.2",
"@visactor/vtable-gantt": "^1.13.2",
"@visactor/vue-vtable": "^1.14.1",
"@vueuse/core": "^9.9.0",
"@wenrenfangge/cesium-draw": "^1.0.4",
"axios": "^1.2.1",
"cesium": "^1.123.0",
"cesium-extends": "^1.8.23",
"cesium-sensors-es6": "^1.0.0",
"chroma-js": "^3.1.2",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"es-toolkit": "^1.32.0",
"lodash": "^4.17.21",
"maplibre-gl": "^5.0.1",
"moment-timezone": "^0.5.46",
"normalize.css": "^8.0.1",
"ol": "^10.3.1",
"pinia": "^2.0.28",
"satellite.js": "^5.0.0",
"seemly": "^0.3.9",
"store2": "^2.14.4",
"v-viewer": "^3.0.21",
"vanilla-js-wheel-zoom": "^9.0.4",
"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",
"@vitejs/plugin-legacy": "^6.0.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@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",
"vite": "^6.0.6",
"vite-plugin-windicss": "^1.8.10",
"vue-tsc": "^1.0.12"
}
}