Files
rustfs-console/package.json
T
2025-04-14 22:44:22 +08:00

72 lines
1.9 KiB
JSON

{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/client-sts": "^3.777.0",
"@aws-sdk/protocol-http": "^3.374.0",
"@aws-sdk/s3-request-presigner": "^3.715.0",
"@nuxt/icon": "^1.9.1",
"@nuxt/image": "^1.10.0",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@tanstack/vue-table": "^8.21.2",
"@types/three": "^0.175.0",
"@vueuse/integrations": "^12.0.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"dotted-map": "^2.2.3",
"echarts": "^5.6.0",
"json-editor-vue": "^0.18.1",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.487.0",
"motion-v": "^1.0.0-beta.2",
"node-forge": "^1.3.1",
"nuxt": "^3.16.2",
"nuxtjs-naive-ui": "^1.0.2",
"pinia": "^2.3.0",
"postprocessing": "^6.37.2",
"strip-json-comments": "^5.0.1",
"tailwindcss": "^3.4.17",
"three": "^0.175.0",
"three-globe": "^2.42.3",
"ufo": "^1.5.4",
"universal-cookie": "^7.2.2",
"vue": "^3.5.11",
"vue-router": "^4.0.12"
},
"devDependencies": {
"@iconify-json/ri": "^1.2.3",
"@inspira-ui/plugins": "^0.0.1",
"@types/aws4": "^1.11.6",
"@types/node-forge": "^1.3.11",
"@vueuse/core": "^13.1.0",
"@vueuse/nuxt": "^13.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"naive-ui": "^2.40.3",
"patch-package": "^8.0.0",
"tailwind-merge": "^3.2.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vfonts": "^0.0.3",
"vue-tsc": "^2.1.10"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}