package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "private": true,
  3. "packageManager": "pnpm@8.5.1",
  4. "scripts": {
  5. "build": "vite build",
  6. "dev": "vite --port 3333 --open",
  7. "typecheck": "vue-tsc --noEmit",
  8. "preview": "vite preview",
  9. "test": "vitest",
  10. "up": "taze major -I",
  11. "postinstall": "npx simple-git-hooks"
  12. },
  13. "dependencies": {
  14. "@vueuse/core": "^10.1.2",
  15. "amfe-flexible": "^2.2.1",
  16. "autoprefixer": "^10.4.14",
  17. "axios": "^1.4.0",
  18. "lib-flexible": "^0.3.2",
  19. "pinia": "^2.1.1",
  20. "pinia-plugin-persistedstate": "^3.1.0",
  21. "postcss-pxtorem": "^6.0.0",
  22. "sass": "^1.62.1",
  23. "vant": "^4.4.1",
  24. "vue": "^3.3.2",
  25. "vue-router": "^4.2.0"
  26. },
  27. "devDependencies": {
  28. "@antfu/eslint-config": "^0.38.6",
  29. "@iconify-json/carbon": "^1.1.16",
  30. "@types/file-saver": "^2.0.5",
  31. "@types/node": "^18.16.11",
  32. "@vitejs/plugin-vue": "^4.2.3",
  33. "@vue-macros/volar": "^0.9.8",
  34. "@vue/test-utils": "^2.3.2",
  35. "jsdom": "^22.0.0",
  36. "pnpm": "^8.5.1",
  37. "simple-git-hooks": "^2.8.1",
  38. "taze": "^0.10.1",
  39. "typescript": "^5.0.4",
  40. "unplugin-auto-import": "^0.16.0",
  41. "unplugin-vue-components": "^0.24.1",
  42. "unplugin-vue-macros": "^2.1.7",
  43. "vite": "^4.3.7",
  44. "vite-plugin-pages": "^0.29.0",
  45. "vite-plugin-windicss": "^1.9.0",
  46. "vitest": "^0.31.0",
  47. "vue-tsc": "^1.6.5",
  48. "windicss": "^3.5.6"
  49. },
  50. "simple-git-hooks": {},
  51. "lint-staged": {},
  52. "eslintConfig": {
  53. "extends": [
  54. "@antfu"
  55. ]
  56. }
  57. }