package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "yili-admin",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "test:unit": "vitest",
  11. "build-only": "vite build",
  12. "type-check": "vue-tsc --build --force",
  13. "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
  14. "format": "prettier --write src/"
  15. },
  16. "dependencies": {
  17. "@tailwindcss/typography": "^0.5.15",
  18. "@tiptap/pm": "^2.8.0",
  19. "@tiptap/starter-kit": "^2.8.0",
  20. "@tiptap/vue-3": "^2.8.0",
  21. "@wangeditor/editor": "^5.1.23",
  22. "@wangeditor/editor-for-vue": "^5.1.12",
  23. "axios": "^1.7.7",
  24. "mockjs": "^1.1.0",
  25. "pinia": "^2.2.2",
  26. "pinia-plugin-persistedstate": "^4.0.2",
  27. "tdesign-icons-vue-next": "^0.2.6",
  28. "tdesign-vue-next": "^1.10.1",
  29. "vue": "^3.5.8",
  30. "vue-json-viewer": "3",
  31. "vue-router": "^4.4.5"
  32. },
  33. "devDependencies": {
  34. "@rushstack/eslint-patch": "^1.10.4",
  35. "@tsconfig/node20": "^20.1.4",
  36. "@types/jsdom": "^21.1.7",
  37. "@types/node": "^20.16.5",
  38. "@vitejs/plugin-vue": "^5.1.4",
  39. "@vue/eslint-config-prettier": "^9.0.0",
  40. "@vue/eslint-config-typescript": "^13.0.0",
  41. "@vue/test-utils": "^2.4.6",
  42. "@vue/tsconfig": "^0.5.1",
  43. "autoprefixer": "^10.4.20",
  44. "eslint": "^8.57.1",
  45. "eslint-plugin-vue": "^9.28.0",
  46. "jsdom": "^24.1.3",
  47. "npm-run-all2": "^6.2.3",
  48. "postcss": "^8.4.47",
  49. "prettier": "^3.3.3",
  50. "tailwindcss": "^3.4.12",
  51. "typescript": "~5.4.5",
  52. "unplugin-auto-import": "^0.18.3",
  53. "unplugin-vue-components": "^0.27.4",
  54. "vite": "^5.4.7",
  55. "vite-plugin-mock": "^3.0.2",
  56. "vite-plugin-vue-devtools": "^7.4.5",
  57. "vitest": "^1.6.0",
  58. "vue-tsc": "^2.1.6"
  59. }
  60. }