coai/app/package.json
2023-07-19 16:48:12 +08:00

24 lines
460 B
JSON

{
"name": "app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.4.0",
"md-editor-v3": "^4.2.2",
"vue": "^3.2.45",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "4.1.0-beta.0",
"vue-tsc": "^1.0.24"
}
}