版博士V2.0程序
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2 лет назад
2 лет назад
2 лет назад
2 лет назад
2 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "name": "tov-template",
  3. "version": "1.10.3",
  4. "description": "vite + vue3 + ts 开箱即用现代开发模板",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "test": "vitest",
  9. "build": "vite build",
  10. "prepare": "husky install",
  11. "dev:host": "vite --host",
  12. "dev:open": "vite --open",
  13. "preview": "vite preview",
  14. "deps:fresh": "npx taze -w",
  15. "coverage": "vitest --coverage",
  16. "analysis": "npx windicss-analysis",
  17. "typecheck": "npx vue-tsc --noEmit",
  18. "deps:fresh:major": "npx taze major -w",
  19. "deps:fresh:minor": "npx taze minor -w",
  20. "deps:fresh:patch": "npx taze patch -w",
  21. "preview:host": "vite preview --host",
  22. "preview:open": "vite preview --open",
  23. "release": "bumpp --commit --push --tag",
  24. "lint": "eslint --ext .ts,.js,.jsx,.vue .",
  25. "lint:fix": "eslint --fix --ext .ts,.js,.jsx,.vue .",
  26. "auto:create": "plop --plopfile scripts/create.cjs",
  27. "auto:remove": "plop --plopfile scripts/remove.cjs",
  28. "analysis:build": "npx windicss-analysis --html dist"
  29. },
  30. "engines": {
  31. "node": ">=16"
  32. },
  33. "devDependencies": {
  34. "@intlify/unplugin-vue-i18n": "^0.10.0",
  35. "@types/ityped": "^1.0.1",
  36. "@types/node": "^18.18.7",
  37. "@typescript-eslint/parser": "^5.57.0",
  38. "@vitejs/plugin-vue": "^4.1.0",
  39. "@vitejs/plugin-vue-jsx": "^3.0.1",
  40. "@vue/compiler-sfc": "^3.3.7",
  41. "@vue/runtime-core": "^3.2.47",
  42. "@vueuse/core": "^9.13.0",
  43. "@vueuse/integrations": "^9.13.0",
  44. "bumpp": "^9.1.0",
  45. "c8": "^7.13.0",
  46. "eslint": "^8.37.0",
  47. "eslint-config-prettier": "^8.8.0",
  48. "eslint-plugin-prettier": "^4.2.1",
  49. "eslint-plugin-vue": "^9.10.0",
  50. "fast-glob": "^3.2.12",
  51. "fs-extra": "^11.1.1",
  52. "happy-dom": "^8.9.0",
  53. "husky": "^8.0.3",
  54. "ityped": "^1.0.3",
  55. "lint-staged": "^13.2.0",
  56. "local-pkg": "^0.4.3",
  57. "markdown-it": "^13.0.1",
  58. "markdown-it-anchor": "^8.6.7",
  59. "markdown-it-prism": "^2.3.0",
  60. "mockjs": "^1.1.0",
  61. "nprogress": "^0.2.0",
  62. "pinia": "^2.0.33",
  63. "pinia-plugin-persistedstate": "^3.1.0",
  64. "plop": "^3.1.2",
  65. "prettier": "^2.8.7",
  66. "prism-theme-vars": "^0.2.4",
  67. "prismjs": "^1.29.0",
  68. "typescript": "^5.0.3",
  69. "unplugin-auto-import": "^0.15.2",
  70. "unplugin-icons": "^0.16.1",
  71. "unplugin-vue-components": "^0.24.1",
  72. "unplugin-vue-macros": "^1.11.2",
  73. "unplugin-vue-router": "^0.5.4",
  74. "vite": "^4.5.0",
  75. "vite-plugin-compression": "^0.5.1",
  76. "vite-plugin-inspect": "^0.7.18",
  77. "vite-plugin-md": "^0.22.5",
  78. "vite-plugin-mock": "^2.9.6",
  79. "vite-plugin-removelog": "^0.2.1",
  80. "vite-plugin-use-modules": "^1.3.1",
  81. "vite-plugin-vue-meta-layouts": "^0.2.2",
  82. "vite-plugin-windicss": "^1.8.10",
  83. "vitest": "^0.29.8",
  84. "vue": "^3.2.47",
  85. "vue-i18n": "^9.2.2",
  86. "vue-request": "^1.2.4",
  87. "vue-router": "^4.1.6",
  88. "windicss": "^3.5.6"
  89. },
  90. "pnpm": {
  91. "peerDependencyRules": {
  92. "ignoreMissing": [
  93. "fp-ts",
  94. "rollup",
  95. "markdown-it",
  96. "inferred-types",
  97. "@types/markdown-it",
  98. "@rollup/pluginutils",
  99. "@yankeeinlondon/builder-api",
  100. "@yankeeinlondon/happy-wrapper"
  101. ]
  102. }
  103. },
  104. "lint-staged": {
  105. "*.{js,jsx,vue}": "eslint --cache --fix"
  106. },
  107. "dependencies": {
  108. "@element-plus/icons-vue": "^2.1.0",
  109. "axios": "^1.3.5",
  110. "echarts": "^5.4.2",
  111. "element-plus": "^2.3.4",
  112. "xlsx": "^0.18.5"
  113. }
  114. }