1
0

package.json 562 B

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