package.json 586 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@vben/tsconfig",
  3. "version": "1.0.0",
  4. "private": true,
  5. "type": "module",
  6. "license": "MIT",
  7. "homepage": "https://github.com/vbenjs/vue-vben-admin",
  8. "repository": {
  9. "type": "git",
  10. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  11. "directory": "internal/tsconfig"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  15. },
  16. "files": [
  17. "base.json",
  18. "library.json",
  19. "node.json",
  20. "web-app.json",
  21. "web.json"
  22. ],
  23. "dependencies": {
  24. "@vben/types": "workspace:*",
  25. "vite": "^6.0.0-alpha.17"
  26. }
  27. }