25 lines
637 B
JSON
25 lines
637 B
JSON
{
|
|
"name": "@kt/knife4j-vue3-ui",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "vite build && tsc -p tsconfig.json --declaration --emitDeclarationOnly",
|
|
"typecheck": "vue-tsc -p tsconfig.typecheck.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@kt/openapi-parser": "workspace:*",
|
|
"@antdv-next/icons": "^1.0.8",
|
|
"antdv-next": "^1.3.1",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.5",
|
|
"vite": "^7.3.1",
|
|
"vue-tsc": "^3.2.4"
|
|
}
|
|
}
|