package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  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. "autoprefixer": "^10.4.22",
  26. "axios": "^1.7.7",
  27. "d3": "^7.9.0",
  28. "dayjs": "^1.11.13",
  29. "echarts": "^5.5.1",
  30. "echarts-gl": "^2.0.9",
  31. "echarts-liquidfill": "^3.1.0",
  32. "eslint-config-prettier": "^9.1.0",
  33. "fabric": "^6.4.3",
  34. "gsap": "^3.13.0",
  35. "js-cookie": "^3.0.5",
  36. "lodash-es": "^4.17.21",
  37. "mitt": "^3.0.1",
  38. "mp4box": "^0.5.2",
  39. "mpegts.js": "^1.8.0",
  40. "native-file-system-adapter": "^3.0.1",
  41. "ol": "^10.4.0",
  42. "omnimatrix-video-player": "file:omnimatrix-video-player",
  43. "pinia": "^2.2.6",
  44. "swiper": "^11.1.14",
  45. "three": "^0.172.0",
  46. "uuid": "^11.0.2",
  47. "v-calendar": "^2.4.2",
  48. "vue": "^3.5.12",
  49. "vue-awesome-swiper": "^5.0.1",
  50. "vue-echarts": "^7.0.3",
  51. "vue-i18n": "^10.0.4",
  52. "vue-photo-zoom-pro": "^3.0.1",
  53. "vue-router": "^4.4.5",
  54. "vue3-count-to": "^1.1.2",
  55. "vue3-seamless-scroll": "^2.0.1",
  56. "vuedraggable": "^2.24.3",
  57. "xgplayer": "^3.0.20"
  58. },
  59. "devDependencies": {
  60. "@commitlint/cli": "^19.5.0",
  61. "@commitlint/config-conventional": "^19.5.0",
  62. "@eslint/eslintrc": "^3.1.0",
  63. "@eslint/js": "^9.14.0",
  64. "@iconify/vue": "^4.1.2",
  65. "@primevue/auto-import-resolver": "^4.2.1",
  66. "@unocss/postcss": "^66.5.6",
  67. "@unocss/preset-legacy-compat": "^66.5.6",
  68. "@vitejs/plugin-basic-ssl": "^1.1.0",
  69. "@vitejs/plugin-vue": "^5.1.4",
  70. "@vitejs/plugin-vue-jsx": "^4.0.1",
  71. "browserslist": "^4.28.0",
  72. "commitlint": "^19.5.0",
  73. "consola": "^3.2.3",
  74. "eslint": "^9.14.0",
  75. "eslint-plugin-json-es": "^1.6.0",
  76. "eslint-plugin-oxlint": "^0.11.0",
  77. "eslint-plugin-prettier": "^5.2.1",
  78. "eslint-plugin-vue": "^9.30.0",
  79. "globals": "^15.12.0",
  80. "husky": "^9.1.6",
  81. "lightningcss": "^1.30.2",
  82. "lint-staged": "^15.2.10",
  83. "naive-ui": "^2.43.1",
  84. "oxlint": "^0.11.0",
  85. "postcss-aspect-ratio-polyfill": "^2.0.0",
  86. "prettier": "^3.3.3",
  87. "rollup-plugin-delete": "^2.1.0",
  88. "sass": "1.32.13",
  89. "unocss": "^0.64.0",
  90. "unocss-preset-autoprefixer": "^0.0.9",
  91. "unplugin-auto-import": "^0.18.3",
  92. "unplugin-icons": "^0.20.0",
  93. "unplugin-vue-components": "^0.27.4",
  94. "vite": "^5.4.10",
  95. "vue-eslint-parser": "^9.4.3"
  96. },
  97. "engines": {
  98. "node": ">=18.0.0"
  99. },
  100. "lint-staged": {
  101. "**/*.{html,vue,ts,cjs,json,md}": [
  102. "prettier --write"
  103. ],
  104. "**/*.{vue,js,ts,jsx,tsx}": [
  105. "oxlint --fix && eslint --fix"
  106. ]
  107. },
  108. "packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
  109. }