low_front/package.json

48 lines
1.2 KiB
JSON

{
"name": "vue-app",
"private": true,
"version": "0.0.0",
"scripts": {
"serve": "npm run dev",
"dev": "npm run init & vite --host",
"init": "node ./script/init.js",
"build": "npm run init & vite build ",
"preview": "vite preview --host"
},
"dependencies": {
"@antv/x6": "1.32.11",
"@google/model-viewer": "^3.2.1",
"@wangeditor/editor": "5.1.23",
"@wangeditor/editor-for-vue": "5.1.12",
"axios": "1.4.0",
"crypto-js": "^4.2.0",
"dayjs": "1.11.8",
"echarts": "^5.5.0",
"echarts-liquidfill": "^3.1.0",
"element-plus": "^2.7.5",
"html2canvas": "1.4.1",
"js-base64": "^3.7.7",
"pdfjs-dist": "3.5.141",
"three": "^0.154.0",
"vue": "3.3.4",
"vue-axios": "3.5.2",
"vue-request": "1.2.4",
"vue-router": "4.2.2"
},
"devDependencies": {
"@types/node": "18.7.23",
"@vitejs/plugin-vue": "3.0.1",
"@vueuse/core": "8.9.4",
"pinia": "2.0.22",
"pinia-plugin-persistedstate": "1.6.3",
"sass": "1.53.0",
"typescript": "4.7.4",
"unocss": "0.45.12",
"unplugin-auto-import": "0.9.3",
"unplugin-vue-components": "0.23",
"vite": "4.2.1",
"vite-plugin-vuedoc": "3.1.3",
"vue-tsc": "0.38.9"
}
}