2024-05-29 22:13:31 +08:00
|
|
|
{
|
2024-08-01 21:05:31 +08:00
|
|
|
"name": "@vben/docs",
|
2024-12-12 22:47:11 +08:00
|
|
|
"version": "5.5.1",
|
2024-05-29 22:13:31 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-07-28 17:01:19 +08:00
|
|
|
"build": "vitepress build",
|
2024-07-31 21:26:54 +08:00
|
|
|
"dev": "vitepress dev",
|
2024-05-29 22:13:31 +08:00
|
|
|
"docs:preview": "vitepress preview"
|
|
|
|
},
|
2024-09-22 14:16:06 +08:00
|
|
|
"imports": {
|
2024-11-06 23:03:33 +08:00
|
|
|
"#/*": {
|
|
|
|
"node": "./src/_env/node/*",
|
|
|
|
"default": "./src/_env/*"
|
|
|
|
}
|
2024-09-22 14:16:06 +08:00
|
|
|
},
|
2024-07-28 14:29:05 +08:00
|
|
|
"dependencies": {
|
2024-08-27 23:22:34 +08:00
|
|
|
"@vben-core/shadcn-ui": "workspace:*",
|
|
|
|
"@vben/common-ui": "workspace:*",
|
2024-09-22 14:16:06 +08:00
|
|
|
"@vben/locales": "workspace:*",
|
2024-11-06 21:44:02 +08:00
|
|
|
"@vben/plugins": "workspace:*",
|
2024-08-27 23:22:34 +08:00
|
|
|
"@vben/styles": "workspace:*",
|
2024-09-22 14:16:06 +08:00
|
|
|
"ant-design-vue": "catalog:",
|
2024-09-19 21:40:54 +08:00
|
|
|
"lucide-vue-next": "catalog:",
|
|
|
|
"medium-zoom": "catalog:",
|
|
|
|
"radix-vue": "catalog:",
|
|
|
|
"vitepress-plugin-group-icons": "catalog:"
|
2024-07-28 14:29:05 +08:00
|
|
|
},
|
2024-05-29 22:13:31 +08:00
|
|
|
"devDependencies": {
|
2024-09-19 21:40:54 +08:00
|
|
|
"@nolebase/vitepress-plugin-git-changelog": "catalog:",
|
2024-08-29 21:47:00 +08:00
|
|
|
"@vben/vite-config": "workspace:*",
|
2024-09-19 21:40:54 +08:00
|
|
|
"@vite-pwa/vitepress": "catalog:",
|
|
|
|
"vitepress": "catalog:",
|
|
|
|
"vue": "catalog:"
|
2024-05-29 22:13:31 +08:00
|
|
|
}
|
|
|
|
}
|