package.json 1.6 KB

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