You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
8 months ago
|
{
|
||
|
"name": "IPS-UE",
|
||
|
"version": "0.0.0",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@babel/preset-env": "^7.22.9",
|
||
|
"@lyno/lib-jitsi-meet": "^2.6726.0",
|
||
|
"@rollup/plugin-commonjs": "^25.0.7",
|
||
|
"@vitejs/plugin-legacy": "^1.0.0",
|
||
|
"amfe-flexible": "^2.2.1",
|
||
|
"axios": "^1.4.0",
|
||
|
"bpmn-js": "^11.4.1",
|
||
|
"diagram-js": "^11.9.1",
|
||
|
"echarts": "^5.4.0",
|
||
|
"echarts-gl": "^2.0.9",
|
||
|
"echarts-liquidfill": "^3.1.0",
|
||
|
"element-plus": "^2.2.26",
|
||
|
"file-saver": "^2.0.5",
|
||
|
"highlight.js": "11.7.0",
|
||
|
"html2canvas": "^1.4.1",
|
||
|
"jsencrypt": "^3.2.1",
|
||
|
"lib-flexible-computer": "^1.0.2",
|
||
|
"mitt": "^3.0.1",
|
||
|
"moment": "^2.29.4",
|
||
|
"pdfjs-dist": "^2.5.207",
|
||
|
"peerjs": "^1.5.2",
|
||
|
"pinia": "2.0.22",
|
||
|
"sass": "^1.50.0",
|
||
|
"socket.io-client": "^4.7.4",
|
||
|
"vue": "^3.0.4",
|
||
|
"vue-router": "^4.1.6",
|
||
|
"vuex": "^4.1.0",
|
||
|
"xlsx": "^0.18.5"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^2.3.0",
|
||
|
"@vue/compiler-sfc": "^3.0.4",
|
||
|
"fast-glob": "^3.3.1",
|
||
|
"postcss": "^8.4.21",
|
||
|
"postcss-pxtorem": "^6.0.0",
|
||
|
"vite": "^2.0.0",
|
||
|
"vite-plugin-svg-icons": "^2.0.1"
|
||
|
}
|
||
|
}
|