Files

55 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-05-19 21:20:42 +08:00
{
"name": "@vben-core/layout-ui",
"version": "5.7.0",
2024-05-19 21:20:42 +08:00
"homepage": "https://github.com/vbenjs/vue-vben-admin",
2024-06-16 23:56:20 +08:00
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
2024-05-19 21:20:42 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "packages/@vben-core/uikit/layout-ui"
},
2024-06-16 23:56:20 +08:00
"license": "MIT",
"type": "module",
2024-05-19 21:20:42 +08:00
"scripts": {
"build": "pnpm exec tsdown",
2024-05-19 21:20:42 +08:00
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"sideEffects": [
"**/*.css"
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
2024-05-19 21:20:42 +08:00
"exports": {
".": {
"types": "./src/index.ts",
2024-05-25 09:47:15 +08:00
"development": "./src/index.ts",
"production": "./src/index.ts",
2024-05-19 21:20:42 +08:00
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./dist/index.d.ts",
2024-05-19 21:20:42 +08:00
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@vben-core/composables": "workspace:*",
"@vben-core/icons": "workspace:*",
2024-05-19 21:20:42 +08:00
"@vben-core/shadcn-ui": "workspace:*",
"@vben-core/shared": "workspace:*",
2024-05-19 21:20:42 +08:00
"@vben-core/typings": "workspace:*",
"@vueuse/core": "catalog:",
"vue": "catalog:"
2026-04-10 21:23:24 +08:00
},
"devDependencies": {
"unplugin-vue": "catalog:"
2024-05-19 21:20:42 +08:00
}
}