package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "vue3-vite-template",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vite build",
  9. "preview": "vite preview",
  10. "lint": "oxlint && eslint",
  11. "lint:fix": "oxlint --fix && eslint --fix",
  12. "preinstall": "npx only-allow pnpm"
  13. },
  14. "dependencies": {
  15. "@ffmpeg/ffmpeg": "^0.12.10",
  16. "@ffmpeg/util": "^0.12.1",
  17. "@iconify/json": "^2.2.401",
  18. "@primevue/themes": "^4.2.1",
  19. "@turf/turf": "^7.2.0",
  20. "@tweenjs/tween.js": "^25.0.0",
  21. "@vueuse/components": "^14.0.0",
  22. "@vueuse/core": "^11.2.0",
  23. "animate.css": "^4.1.1",
  24. "autofit.js": "^3.2.1",
  25. "axios": "^1.7.7",
  26. "d3": "^7.9.0",
  27. "dayjs": "^1.11.13",
  28. "echarts": "^5.5.1",
  29. "echarts-gl": "^2.0.9",
  30. "echarts-liquidfill": "^3.1.0",
  31. "eslint-config-prettier": "^9.1.0",
  32. "fabric": "^6.4.3",
  33. "gsap": "^3.13.0",
  34. "js-cookie": "^3.0.5",
  35. "lodash-es": "^4.17.21",
  36. "mitt": "^3.0.1",
  37. "mp4box": "^0.5.2",
  38. "mpegts.js": "^1.8.0",
  39. "native-file-system-adapter": "^3.0.1",
  40. "ol": "^10.4.0",
  41. "pinia": "^2.2.6",
  42. "swiper": "^11.1.14",
  43. "three": "^0.172.0",
  44. "uuid": "^11.0.2",
  45. "v-calendar": "^2.4.2",
  46. "vue": "^3.5.12",
  47. "vue-awesome-swiper": "^5.0.1",
  48. "vue-echarts": "^7.0.3",
  49. "vue-i18n": "^10.0.4",
  50. "vue-router": "^4.4.5",
  51. "vue3-count-to": "^1.1.2",
  52. "vue3-seamless-scroll": "^2.0.1",
  53. "vuedraggable": "^2.24.3",
  54. "xgplayer": "^3.0.20"
  55. },
  56. "devDependencies": {
  57. "@commitlint/cli": "^19.5.0",
  58. "@commitlint/config-conventional": "^19.5.0",
  59. "@eslint/eslintrc": "^3.1.0",
  60. "@eslint/js": "^9.14.0",
  61. "@iconify/vue": "^4.1.2",
  62. "@primevue/auto-import-resolver": "^4.2.1",
  63. "@vitejs/plugin-basic-ssl": "^1.1.0",
  64. "@vitejs/plugin-vue": "^5.1.4",
  65. "@vitejs/plugin-vue-jsx": "^4.0.1",
  66. "autoprefixer": "^10.4.20",
  67. "commitlint": "^19.5.0",
  68. "consola": "^3.2.3",
  69. "eslint": "^9.14.0",
  70. "eslint-plugin-json-es": "^1.6.0",
  71. "eslint-plugin-oxlint": "^0.11.0",
  72. "eslint-plugin-prettier": "^5.2.1",
  73. "eslint-plugin-vue": "^9.30.0",
  74. "globals": "^15.12.0",
  75. "husky": "^9.1.6",
  76. "lint-staged": "^15.2.10",
  77. "naive-ui": "^2.43.1",
  78. "oxlint": "^0.11.0",
  79. "prettier": "^3.3.3",
  80. "rollup-plugin-delete": "^2.1.0",
  81. "sass": "1.32.13",
  82. "unocss": "^0.64.0",
  83. "unplugin-auto-import": "^0.18.3",
  84. "unplugin-icons": "^0.20.0",
  85. "unplugin-vue-components": "^0.27.4",
  86. "vite": "^5.4.10",
  87. "vue-eslint-parser": "^9.4.3"
  88. },
  89. "engines": {
  90. "node": ">=18.0.0"
  91. },
  92. "lint-staged": {
  93. "**/*.{html,vue,ts,cjs,json,md}": [
  94. "prettier --write"
  95. ],
  96. "**/*.{vue,js,ts,jsx,tsx}": [
  97. "oxlint --fix && eslint --fix"
  98. ]
  99. },
  100. "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
  101. }