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.2 KiB
44 lines
1.2 KiB
{
|
|
"name": "wabAppLowCode",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite serve --mode development",
|
|
"build": "vue-tsc -b && vite build",
|
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vueup/vue-quill": "^1.2.0",
|
|
"@zxing/library": "^0.21.3",
|
|
"axios": "^1.8.3",
|
|
"element-plus": "^2.9.6",
|
|
"font-awesome": "^4.7.0",
|
|
"js-beautify": "^1.15.4",
|
|
"nprogress": "^0.2.0",
|
|
"path": "^0.12.7",
|
|
"pinia": "^3.0.1",
|
|
"quill-blot-formatter": "^1.0.5",
|
|
"spark-md5": "^3.0.2",
|
|
"ts-md5": "^1.3.1",
|
|
"vue": "^3.5.13",
|
|
"vue-router": "^4.0.13",
|
|
"webrtc-adapter": "^9.0.1",
|
|
"weixin-js-sdk": "^1.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"fast-glob": "^3.3.3",
|
|
"sass-embedded": "^1.85.1",
|
|
"scss": "^0.2.4",
|
|
"typescript": "~5.7.2",
|
|
"unplugin-auto-import": "^19.1.1",
|
|
"unplugin-icons": "^22.1.0",
|
|
"unplugin-vue-components": "^28.4.1",
|
|
"vite": "^6.2.0",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^2.2.4"
|
|
}
|
|
}
|
|
|