mirror of https://gitee.com/godoos/godoos.git
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.
44 lines
1.1 KiB
44 lines
1.1 KiB
{
|
|
"name": "godoos",
|
|
"private": true,
|
|
"version": "1.0.2",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@liripeng/vue-audio-player": "^1.6.2",
|
|
"cherry-markdown": "^0.8.52",
|
|
"dexie": "^4.0.8",
|
|
"element-plus": "^2.7.7",
|
|
"file-saver": "^2.0.5",
|
|
"js-md5": "^0.8.3",
|
|
"jszip": "^3.10.1",
|
|
"lunar-typescript": "^1.7.6",
|
|
"moment": "^2.30.1",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue": "^3.4.31",
|
|
"vue-i18n": "^9.13.1",
|
|
"vue-router": "^4.4.0",
|
|
"vue-svg-icon": "^1.2.9",
|
|
"vue-web-screen-shot": "^1.5.3",
|
|
"vue3-lottie": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^20.14.10",
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
"sass": "^1.77.8",
|
|
"terser": "^5.31.3",
|
|
"typescript": "^5.5.3",
|
|
"unplugin-auto-import": "^0.18.0",
|
|
"unplugin-vue-components": "^0.27.2",
|
|
"vite": "^5.3.3",
|
|
"vue-tsc": "^2.0.26"
|
|
}
|
|
}
|
|
|