{ "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/protocol-http": "^3.374.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", "aws-sdk": "^2.1692.0", "aws4": "^1.13.2", "aws4-axios": "^3.3.14", "aws4fetch": "^1.0.20", "axios": "^1.7.9", "dayjs": "^1.11.13", "json-editor-vue": "^0.17.3", "lodash": "^4.17.21", "rustfs": "^8.0.2", "nuxt": "^3.15.4", "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": "^3.5.11", "vue-router": "^4.0.12" }, "devDependencies": { "@iconify-json/ri": "^1.2.3", "@types/aws4": "^1.11.6", "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" } }