admin-vben/internal/tsconfig/package.json

28 lines
578 B
JSON
Raw Normal View History

2024-05-19 13:20:42 +00:00
{
"name": "@vben/tsconfig",
"version": "1.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/tsconfig"
},
"bugs": {
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
},
"files": [
"base.json",
"library.json",
"node.json",
"web-app.json",
"web.json"
],
"dependencies": {
2024-05-21 14:14:25 +00:00
"@vben/types": "workspace:*",
2024-05-19 13:20:42 +00:00
"vite": "^5.2.11"
}
}