mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-24 10:33:50 +08:00
0cb379e5ab
* chore: up vue 3.4.13 antdv 4.1.0 * fix: stylelint * chore: update deps * feat: vite-html * fix: eslint * fix: type check --------- Co-authored-by: invalid w <wangjuesix@gmail.com>
27 lines
565 B
JSON
27 lines
565 B
JSON
{
|
|
"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",
|
|
"type": "module",
|
|
"files": [
|
|
"base.json",
|
|
"node.json",
|
|
"vue-app.json",
|
|
"node-server.json"
|
|
],
|
|
"dependencies": {
|
|
"@types/node": "^20.11.19",
|
|
"vite": "^5.1.3"
|
|
}
|
|
}
|