mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 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.705.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.715.0",
|
|
"@nuxt/icon": "^1.9.1",
|
|
"@nuxtjs/i18n": "^9.1.1",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@pinia/nuxt": "^0.9.0",
|
|
"@vueuse/integrations": "^12.0.0",
|
|
"@vueuse/nuxt": "^12.0.0",
|
|
"json-editor-vue": "^0.17.3",
|
|
"lodash": "^4.17.21",
|
|
"rustfs": "^8.0.2",
|
|
"nuxt": "^3.14.1592",
|
|
"nuxtjs-naive-ui": "^1.0.2",
|
|
"pinia": "^2.3.0",
|
|
"strip-json-comments": "^5.0.1",
|
|
"ufo": "^1.5.4",
|
|
"universal-cookie": "^7.2.2",
|
|
"vue": "latest",
|
|
"vue-router": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ri": "^1.2.3",
|
|
"naive-ui": "^2.40.3",
|
|
"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"
|
|
}
|
|
}
|