mirror of
https://github.com/rustfs/console.git
synced 2026-08-29 03:52:28 +08:00
111 lines
3.2 KiB
JSON
111 lines
3.2 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:performance": "vitest run tests/utils/config-helpers.performance.test.ts",
|
|
"test:integration": "vitest run tests/utils/config-helpers.integration.test.ts",
|
|
"test:watch": "vitest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.844.0",
|
|
"@aws-sdk/client-sts": "^3.844.0",
|
|
"@aws-sdk/s3-request-presigner": "^3.844.0",
|
|
"@iconify-json/ri": "^1.2.5",
|
|
"@iconify/json": "^2.2.385",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@internationalized/date": "^3.10.0",
|
|
"@nuxt/icon": "^1.15.0",
|
|
"@nuxt/image": "^1.10.0",
|
|
"@nuxtjs/i18n": "^9.5.6",
|
|
"@pinia/nuxt": "^0.9.0",
|
|
"@smithy/protocol-http": "^5.1.2",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/three": "^0.175.0",
|
|
"@unovis/ts": "^1.6.1",
|
|
"@unovis/vue": "^1.6.1",
|
|
"@vee-validate/zod": "^4.15.1",
|
|
"@vueuse/integrations": "^12.8.2",
|
|
"aws-sdk": "^2.1692.0",
|
|
"axios": "^1.10.0",
|
|
"clipboard": "^2.0.11",
|
|
"dayjs": "^1.11.13",
|
|
"dotted-map": "^2.2.3",
|
|
"echarts": "^5.6.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.487.0",
|
|
"motion-v": "^1.5.0",
|
|
"node-forge": "^1.3.1",
|
|
"nuxt": "^4.2.0",
|
|
"pinia": "^2.3.1",
|
|
"pnpm": "^10.19.0",
|
|
"postprocessing": "^6.37.6",
|
|
"reka-ui": "^2.6.0",
|
|
"shadcn-nuxt": "^2.3.2",
|
|
"strip-json-comments": "^5.0.2",
|
|
"tailwindcss": "^4.1.16",
|
|
"three": "^0.175.0",
|
|
"three-globe": "^2.43.0",
|
|
"ufo": "^1.6.1",
|
|
"universal-cookie": "^7.2.2",
|
|
"vaul-vue": "^0.4.1",
|
|
"vee-validate": "^4.15.1",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1",
|
|
"vue-sonner": "^1.3.2",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"devDependencies": {
|
|
"@aws-sdk/types": "^3.840.0",
|
|
"@inspira-ui/plugins": "^0.0.1",
|
|
"@oxc-minify/binding-darwin-arm64": "^0.95.0",
|
|
"@oxc-transform/binding-darwin-arm64": "^0.95.0",
|
|
"@tailwindcss/vite": "^4.1.16",
|
|
"@types/aws4": "^1.11.6",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node-forge": "^1.3.12",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"@vueuse/core": "^13.5.0",
|
|
"@vueuse/nuxt": "^13.5.0",
|
|
"c8": "^10.1.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"jsdom": "^27.0.0",
|
|
"lodash": "^4.17.21",
|
|
"patch-package": "^8.0.0",
|
|
"prettier": "^3.2.5",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.8.3",
|
|
"vitest": "^3.2.4",
|
|
"vue-tsc": "^2.2.12"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.9.5"
|
|
},
|
|
"packageManager": "pnpm@10.19.0",
|
|
"engines": {
|
|
"node": ">=22.0.0",
|
|
"pnpm": ">=10.19.0"
|
|
}
|
|
}
|