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
777 B
33 lines
777 B
|
1 month ago
|
{
|
||
|
|
"name": "cxxfds-web",
|
||
|
|
"private": true,
|
||
|
|
"version": "0.0.0",
|
||
|
|
"type": "module",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vue-tsc -b && vite build",
|
||
|
|
"preview": "vite preview"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@wangeditor/editor": "^5.1.23",
|
||
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
||
|
|
"axios": "^1.16.0",
|
||
|
|
"bootstrap": "^5.3.3",
|
||
|
|
"element-plus": "^2.14.0",
|
||
|
|
"pinia": "^3.0.4",
|
||
|
|
"vue": "^3.5.32",
|
||
|
|
"vue-router": "^4.6.4",
|
||
|
|
"vuedraggable": "^4.1.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^24.12.2",
|
||
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
||
|
|
"@vue/tsconfig": "^0.9.1",
|
||
|
|
"connect-history-api-fallback": "^2.0.0",
|
||
|
|
"typescript": "~6.0.2",
|
||
|
|
"vite": "^8.0.10",
|
||
|
|
"vite-plugin-static-copy": "^4.1.0",
|
||
|
|
"vue-tsc": "^3.2.7"
|
||
|
|
}
|
||
|
|
}
|