package.json 1.9 KB

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