mirror of
https://github.com/rustfs/console.git
synced 2026-08-30 17:14:47 +08:00
c3bfd2d34b
* feat: refactory bucket setting * fix: translate * feat:permission * feat : lockfile * fix: update lockfile * fix: i18n variable
104 lines
2.9 KiB
JSON
104 lines
2.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",
|
|
"lint": "vue-tsc --noEmit && prettier --check .",
|
|
"lint:fix": "prettier --write .",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:config-helpers": "vitest run tests/utils/config-helpers",
|
|
"test:integration": "vitest run tests/utils/config-helpers.integration.test.ts",
|
|
"test:watch": "vitest --watch",
|
|
"pre-commit": "bash scripts/pre-commit-check.sh",
|
|
"check": "pnpm run lint && pnpm run type-check && pnpm test:run && pnpm build"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.844.0",
|
|
"@aws-sdk/client-sts": "^3.844.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.844.0",
|
|
"@aws-sdk/types": "^3.914.0",
|
|
"@iconify-json/ri": "^1.2.7",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@internationalized/date": "^3.10.1",
|
|
"@nuxt/icon": "^2.2.1",
|
|
"@nuxt/image": "^2.0.0",
|
|
"@nuxtjs/i18n": "^10.2.1",
|
|
"@pinia/nuxt": "^0.11.3",
|
|
"@smithy/protocol-http": "^5.3.8",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@unovis/ts": "^1.6.2",
|
|
"@unovis/vue": "^1.6.2",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/core": "^14.1.0",
|
|
"@vueuse/integrations": "^14.1.0",
|
|
"@vueuse/nuxt": "^14.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"dotted-map": "^2.2.3",
|
|
"echarts": "^6.0.0",
|
|
"embla-carousel-vue": "^8.6.0",
|
|
"file-saver": "^2.0.5",
|
|
"json-editor-vue": "^0.18.1",
|
|
"jszip": "^3.10.1",
|
|
"lucide-vue-next": "^0.563.0",
|
|
"motion-v": "^1.9.0",
|
|
"node-forge": "^1.3.3",
|
|
"nuxt": "^4.3.0",
|
|
"pinia": "^3.0.4",
|
|
"postprocessing": "^6.37.6",
|
|
"reka-ui": "^2.7.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"three": "^0.175.0",
|
|
"three-globe": "^2.43.0",
|
|
"ufo": "^1.6.3",
|
|
"vaul-vue": "^0.4.1",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.27",
|
|
"vue-router": "^4.6.4",
|
|
"vue-sonner": "^2.0.9",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node-forge": "^1.3.12",
|
|
"@types/three": "^0.182.0",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"@vitest/ui": "^4.0.18",
|
|
"c8": "^10.1.3",
|
|
"google-translate-api-x": "^10.7.2",
|
|
"jsdom": "^27.4.0",
|
|
"node-fetch": "^3.3.2",
|
|
"prettier": "^3.8.1",
|
|
"shadcn-nuxt": "^2.4.3",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^4.0.18",
|
|
"vue-tsc": "^3.2.3"
|
|
},
|
|
"packageManager": "pnpm@10.27.0",
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"pnpm": ">=10.27.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"tar": ">=7.5.4",
|
|
"glob": ">=10.5.0",
|
|
"js-yaml": ">=4.1.1",
|
|
"node-forge": ">=1.3.2"
|
|
}
|
|
}
|
|
}
|