2023-07-04 16:54:37 +08:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@codemirror/autocomplete": "^6.7.1",
|
|
|
|
"@codemirror/lang-javascript": "^6.1.9",
|
|
|
|
"@codemirror/theme-one-dark": "^6.1.2",
|
|
|
|
"@element-plus/icons": "^0.0.11",
|
|
|
|
"axios": "^1.4.0",
|
2023-07-07 16:48:16 +08:00
|
|
|
"codemirror-editor-vue3": "^2.3.0",
|
2023-07-04 16:54:37 +08:00
|
|
|
"element-plus": "^2.3.5",
|
|
|
|
"jsencrypt": "^3.3.2",
|
|
|
|
"jsplumb": "^2.15.6",
|
2023-07-05 17:16:12 +08:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2023-07-04 16:54:37 +08:00
|
|
|
"mitt": "^3.0.0",
|
|
|
|
"pinia": "^2.1.3",
|
|
|
|
"sass": "^1.62.1",
|
|
|
|
"vform3-builds": "^3.0.10",
|
|
|
|
"vue": "^3.2.47",
|
|
|
|
"vue-router": "4",
|
2023-07-13 11:56:06 +08:00
|
|
|
"vue3-slide-verify": "^1.1.4",
|
2023-07-07 16:48:16 +08:00
|
|
|
"vuedraggable": "^4.1.0"
|
2023-07-04 16:54:37 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
|
|
"unplugin-auto-import": "^0.16.2",
|
|
|
|
"unplugin-vue-components": "^0.24.1",
|
|
|
|
"vite": "^4.3.9"
|
|
|
|
}
|
|
|
|
}
|