package.json 1.6 KB

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