package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "pdfh5": "^1.4.3",
  20. "pinia": "^2.1.1",
  21. "pinia-plugin-persistedstate": "^3.1.0",
  22. "postcss-pxtorem": "^6.0.0",
  23. "sass": "^1.62.1",
  24. "vant": "^4.4.1",
  25. "vue": "^3.3.2",
  26. "vue-router": "^4.2.0"
  27. },
  28. "devDependencies": {
  29. "@antfu/eslint-config": "^0.38.6",
  30. "@iconify-json/carbon": "^1.1.16",
  31. "@types/file-saver": "^2.0.5",
  32. "@types/node": "^18.16.11",
  33. "@vitejs/plugin-vue": "^4.2.3",
  34. "@vue-macros/volar": "^0.9.8",
  35. "@vue/test-utils": "^2.3.2",
  36. "jsdom": "^22.0.0",
  37. "pnpm": "^8.5.1",
  38. "simple-git-hooks": "^2.8.1",
  39. "taze": "^0.10.1",
  40. "typescript": "^5.0.4",
  41. "unplugin-auto-import": "^0.16.0",
  42. "unplugin-vue-components": "^0.24.1",
  43. "unplugin-vue-macros": "^2.1.7",
  44. "vite": "^4.3.7",
  45. "vite-plugin-pages": "^0.29.0",
  46. "vite-plugin-windicss": "^1.9.0",
  47. "vitest": "^0.31.0",
  48. "vue-tsc": "^1.6.5",
  49. "windicss": "^3.5.6"
  50. },
  51. "simple-git-hooks": {},
  52. "lint-staged": {},
  53. "eslintConfig": {
  54. "extends": [
  55. "@antfu"
  56. ]
  57. }
  58. }