123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- {
- "name": "vue3-vite-template",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host",
- "build": "vite build",
- "preview": "vite preview",
- "lint": "oxlint && eslint",
- "lint:fix": "oxlint --fix && eslint --fix",
- "preinstall": "npx only-allow pnpm"
- },
- "dependencies": {
- "@ffmpeg/ffmpeg": "^0.12.10",
- "@ffmpeg/util": "^0.12.1",
- "@primevue/themes": "^4.2.1",
- "@turf/turf": "^7.2.0",
- "@tweenjs/tween.js": "^25.0.0",
- "@vueuse/core": "^11.2.0",
- "animate.css": "^4.1.1",
- "autofit.js": "^3.2.1",
- "axios": "^1.7.7",
- "d3": "^7.9.0",
- "dayjs": "^1.11.13",
- "echarts": "^5.5.1",
- "echarts-gl": "^2.0.9",
- "echarts-liquidfill": "^3.1.0",
- "eslint-config-prettier": "^9.1.0",
- "fabric": "^6.4.3",
- "js-cookie": "^3.0.5",
- "lodash-es": "^4.17.21",
- "mitt": "^3.0.1",
- "mp4box": "^0.5.2",
- "native-file-system-adapter": "^3.0.1",
- "ol": "^10.4.0",
- "pinia": "^2.2.6",
- "primevue": "^4.2.1",
- "swiper": "^11.1.14",
- "three": "^0.172.0",
- "uuid": "^11.0.2",
- "v-calendar": "^2.4.2",
- "vue": "^3.5.12",
- "vue-awesome-swiper": "^5.0.1",
- "vue-echarts": "^7.0.3",
- "vue-i18n": "^10.0.4",
- "vue-router": "^4.4.5",
- "vue3-count-to": "^1.1.2",
- "vue3-seamless-scroll": "^2.0.1",
- "vuedraggable": "^2.24.3",
- "xgplayer": "^3.0.20"
- },
- "devDependencies": {
- "@commitlint/cli": "^19.5.0",
- "@commitlint/config-conventional": "^19.5.0",
- "@eslint/eslintrc": "^3.1.0",
- "@eslint/js": "^9.14.0",
- "@iconify/vue": "^4.1.2",
- "@primevue/auto-import-resolver": "^4.2.1",
- "@vitejs/plugin-basic-ssl": "^1.1.0",
- "@vitejs/plugin-vue": "^5.1.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "autoprefixer": "^10.4.20",
- "commitlint": "^19.5.0",
- "consola": "^3.2.3",
- "eslint": "^9.14.0",
- "eslint-plugin-json-es": "^1.6.0",
- "eslint-plugin-oxlint": "^0.11.0",
- "eslint-plugin-prettier": "^5.2.1",
- "eslint-plugin-vue": "^9.30.0",
- "globals": "^15.12.0",
- "husky": "^9.1.6",
- "lint-staged": "^15.2.10",
- "oxlint": "^0.11.0",
- "prettier": "^3.3.3",
- "rollup-plugin-delete": "^2.1.0",
- "sass": "1.32.13",
- "unocss": "^0.64.0",
- "unplugin-auto-import": "^0.18.3",
- "unplugin-icons": "^0.20.0",
- "unplugin-vue-components": "^0.27.4",
- "vite": "^5.4.10",
- "vue-eslint-parser": "^9.4.3"
- },
- "engines": {
- "node": ">=18.0.0"
- },
- "lint-staged": {
- "**/*.{html,vue,ts,cjs,json,md}": [
- "prettier --write"
- ],
- "**/*.{vue,js,ts,jsx,tsx}": [
- "oxlint --fix && eslint --fix"
- ]
- }
- }
|