You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
543 B
26 lines
543 B
8 months ago
|
{
|
||
|
"name": "@vben/ts-config",
|
||
|
"version": "1.0.0",
|
||
|
"private": true,
|
||
|
"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"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"files": [
|
||
|
"base.json",
|
||
|
"node.json",
|
||
|
"vue-app.json",
|
||
|
"node-server.json"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"@types/node": "^20.4.0",
|
||
|
"vite": "^4.4.0"
|
||
|
}
|
||
|
}
|