package.json 3.2 KB

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