vue-vben-admin/internal/ts-config/package.json

27 lines
593 B
JSON
Raw Normal View History

2023-04-04 16:55:34 +08:00
{
"name": "@vben/ts-config",
"version": "1.0.0",
"private": true,
2023-04-05 00:20:48 +08:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": {
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/ts-config"
},
2023-04-04 16:55:34 +08:00
"license": "MIT",
2023-04-04 17:13:09 +08:00
"files": [
"base.json",
"node.json",
2023-04-05 00:20:48 +08:00
"vue.json",
"node-server.json"
2023-04-04 17:13:09 +08:00
],
2023-04-05 00:20:48 +08:00
"dependencies": {
2023-04-06 00:08:17 +08:00
"@types/node": "^18.15.11",
"unplugin-vue-define-options": "^1.3.3",
"vite": "^4.3.0-beta.2"
2023-04-05 00:20:48 +08:00
}
2023-04-04 16:55:34 +08:00
}