You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

33 lines
963 B

{
"name": "client",
"type": "module",
"scripts": {
"build": "bun run build:client && bun run build:server",
"build:client": "vite build --ssrManifest --outDir ../../dist/client --base ./",
"build:server": "vite build --ssr src/entry-server.ts --outDir ../../dist/server",
"check": "vue-tsc"
},
"devDependencies": {
"sass-embedded": "^1.93.2",
"unplugin-vue-components": "^29.1.0",
"vue-tsc": "^3.1.0"
},
"dependencies": {
"@maz-ui/icons": "^4.1.3",
"@maz-ui/themes": "^4.1.5",
"@unhead/vue": "^2.0.17",
"@vitejs/plugin-vue": "^6.0.1",
"ant-design-x-vue": "^1.3.2",
"dompurify": "^3.2.7",
"htmlparser2": "^10.0.0",
"marked": "^16.3.0",
"maz-ui": "^4.1.6",
"quill": "^2.0.3",
"unplugin-auto-import": "^20.2.0",
"unplugin-vue-router": "^0.15.0",
"vite-plugin-vue-layouts": "^0.11.0",
"vue": "^3.5.22",
"vue-final-modal": "^4.5.5",
"vue-router": "^4.5.1"
}
}