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