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.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"name": "appformlowcode",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --open",
|
|
"build": "vue-tsc -b && vite build",
|
|
"build:prod": "vite build --mode production &&vue-tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@zxing/browser": "^0.1.5",
|
|
"@zxing/library": "^0.21.3",
|
|
"axios": "^1.7.7",
|
|
"element-plus": "^2.8.6",
|
|
"font-awesome": "^4.7.0",
|
|
"html5-qrcode": "^2.3.8",
|
|
"js-beautify": "^1.15.1",
|
|
"nprogress": "^0.2.0",
|
|
"path": "^0.12.7",
|
|
"pdfjs-dist": "^4.8.69",
|
|
"pinia": "^2.2.4",
|
|
"pinia-plugin-persistedstate": "^4.1.1",
|
|
"sass": "^1.80.3",
|
|
"scss": "^0.2.4",
|
|
"spark-md5": "^3.0.2",
|
|
"tinymce": "^7.5.1",
|
|
"ts-md5": "^1.3.1",
|
|
"vue": "^3.5.10",
|
|
"vue-pdf-embed": "^1.2.1",
|
|
"vue-qrcode-reader": "^5.7.0",
|
|
"vue-router": "^4.4.5",
|
|
"vue3-pdf-embed": "^1.1.7",
|
|
"vue3-pdfjs": "^0.1.6",
|
|
"weixin-js-sdk": "^1.6.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/js-beautify": "^1.14.3",
|
|
"@types/node": "^22.7.8",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/spark-md5": "^3.0.5",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"typescript": "^5.5.3",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-icons": "^0.20.0",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.8",
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|
|
|