mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-04-21 17:17:16 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "element-plus-vite-starter",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"generate": "vite-ssg build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@icon-park/vue-next": "^1.4.2",
|
|
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
|
|
"@types/chroma-js": "^2.4.4",
|
|
"@vueuse/core": "^11.2.0",
|
|
"@vueuse/integrations": "^11.2.0",
|
|
"@vueuse/motion": "^2.2.6",
|
|
"animate.css": "^4.1.1",
|
|
"axios": "^1.7.7",
|
|
"chroma-js": "^3.1.2",
|
|
"element-plus": "^2.8.8",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.2.6",
|
|
"qrcode.vue": "^3.6.0",
|
|
"unplugin-element-plus": "^0.8.0",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.5",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ep": "^1.2.1",
|
|
"@types/node": "^22.9.0",
|
|
"@vitejs/plugin-vue": "^5.1.5",
|
|
"openapi-typescript-codegen": "^0.29.0",
|
|
"sass": "^1.80.7",
|
|
"sharp": "^0.33.5",
|
|
"svgo": "^3.3.2",
|
|
"typescript": "^5.6.3",
|
|
"unocss": "^0.64.0",
|
|
"vite": "^5.4.10",
|
|
"vite-plugin-image-optimizer": "^1.1.8",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|