package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "six-aio.web",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-aio {@}\" --",
  9. "build-aio": "vite build --base=/aio/",
  10. "build-aio-CQ": "vite build --base=/aio/ -- --legacy-pulse-agency",
  11. "preview": "vite preview --base=/aio/ --mode development",
  12. "device": "run-s build-aio preview",
  13. "type-check": "vue-tsc --build --force",
  14. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  15. "format": "prettier --write src/"
  16. },
  17. "dependencies": {
  18. "@alova/mock": "^2.0.7",
  19. "@vueuse/core": "^13.6.0",
  20. "@vueuse/router": "^13.6.0",
  21. "alova": "^3.0.20",
  22. "dayjs": "^1.11.20",
  23. "echarts": "^5.5.1",
  24. "eruda": "^3.4.0",
  25. "eruda-features": "^2.1.0",
  26. "eruda-monitor": "^1.0.2",
  27. "eruda-timing": "^2.0.1",
  28. "p5": "^1.11.0",
  29. "pinia": "^2.2.4",
  30. "pinia-plugin-persistedstate": "^4.1.1",
  31. "qrcode.vue": "^3.6.0",
  32. "svg-pathdata": "^7.1.0",
  33. "vant": "4",
  34. "vconsole": "^3.15.1",
  35. "vue": "^3.5.11",
  36. "vue-echarts": "^7.0.3",
  37. "vue-router": "^4.4.5"
  38. },
  39. "devDependencies": {
  40. "@rushstack/eslint-patch": "^1.8.0",
  41. "@tsconfig/node20": "^20.1.4",
  42. "@types/node": "^20.14.5",
  43. "@types/p5": "^1.7.6",
  44. "@vant/auto-import-resolver": "^1.2.1",
  45. "@vitejs/plugin-vue": "^5.0.5",
  46. "@vitejs/plugin-vue-jsx": "^4.0.0",
  47. "@vue/eslint-config-prettier": "^10.0.0",
  48. "@vue/eslint-config-typescript": "^14.0.0",
  49. "@vue/tsconfig": "^0.5.1",
  50. "autoprefixer": "^10.4.20",
  51. "eslint": "^9.12.0",
  52. "eslint-plugin-vue": "^9.28.0",
  53. "npm-run-all2": "^6.2.3",
  54. "postcss": "^8.4.47",
  55. "postcss-import": "^16.1.0",
  56. "prettier": "^3.3.3",
  57. "sass-embedded": "^1.79.4",
  58. "tailwindcss": "^3.4.13",
  59. "typescript": "~5.6.2",
  60. "unplugin-auto-import": "^0.18.3",
  61. "unplugin-vue-components": "^0.27.4",
  62. "vite": "^5.4.8",
  63. "vite-plugin-mkcert": "^1.17.6",
  64. "vite-plugin-vue-devtools": "^7.4.6",
  65. "vue-tsc": "^2.1.6"
  66. }
  67. }