package.json 1.9 KB

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