1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "name": "vue3_cli_default",
- "version": "0.0.0",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "serve": "vite preview"
- },
- "dependencies": {
- "@jintian/map3d-sdk": "^0.0.1",
- "@jintian/map3d-ui": "^0.0.1",
- "@kjgl77/datav-vue3": "^1.6.1",
- "axios": "^1.4.0",
- "cesium-navigation-es6": "^3.0.8",
- "dayjs": "^1.11.9",
- "element-plus": "^2.3.8",
- "js-md5": "^0.7.3",
- "nprogress": "^0.2.0",
- "pinia": "^2.1.4",
- "pinia-plugin-persistedstate": "^3.1.0",
- "qs": "^6.11.2",
- "sass": "^1.64.2",
- "screenfull": "^6.0.2",
- "uuid": "^9.0.0",
- "vue": "^3.2.8",
- "vue-router": "^4.2.2",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "@rollup/plugin-inject": "^5.0.3",
- "@vitejs/plugin-vue": "^1.6.0",
- "@vue/compiler-sfc": "^3.2.6",
- "vite": "^2.5.2",
- "vite-plugin-optimize-persist": "^0.1.2",
- "vite-plugin-package-config": "^0.1.1"
- },
- "vite": {
- "optimizeDeps": {
- "include": [
- "@element-plus/icons-vue",
- "@jintian/map3d-sdk",
- "@jintian/map3d-ui",
- "@kjgl77/datav-vue3",
- "axios",
- "cesium-navigation-es6",
- "dayjs",
- "echarts",
- "echarts-liquidfill",
- "element-plus",
- "js-md5",
- "lodash-es",
- "nprogress",
- "pinia",
- "pinia-plugin-persistedstate",
- "qs",
- "screenfull",
- "vue",
- "vue-router"
- ]
- }
- }
- }
|