crush-level-web/package.json

100 lines
2.8 KiB
JSON

{
"name": "crushlevel-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"i18n:scan": "i18next-scanner",
"i18n:scan-custom": "tsx scripts/i18n-scan.ts",
"i18n:convert": "node scripts/convert-to-i18n.js"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.850.0",
"@aws-sdk/s3-request-presigner": "^3.859.0",
"@bprogress/next": "^3.2.12",
"@byteplus/rtc": "^4.67.4",
"@egjs/flicking-plugins": "^4.7.1",
"@egjs/react-flicking": "^4.14.3",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@types/crypto-js": "^4.2.2",
"@types/react-stickynode": "^4.0.3",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"decimal.js": "^10.6.0",
"embla-carousel-react": "^8.6.0",
"jotai": "^2.13.1",
"js-cookie": "^3.0.5",
"keen-slider": "^6.8.6",
"lamejs": "^1.2.1",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-themes": "^0.4.6",
"nim-web-sdk-ng": "^10.9.41",
"numeral": "^2.0.6",
"qs": "^6.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-easy-crop": "^5.5.0",
"react-hook-form": "^7.60.0",
"react-photo-view": "^1.2.7",
"react-stickynode": "^5.0.2",
"sonner": "^2.0.6",
"swiper": "^12.0.3",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2",
"zod": "^4.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/qs": "^6.14.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"acorn": "^8.15.0",
"acorn-jsx": "^5.3.2",
"acorn-typescript": "^1.4.13",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"globby": "^15.0.0",
"i18next-scanner": "^4.6.0",
"msw": "^2.10.4",
"tailwindcss": "^4",
"ts-morph": "^27.0.2",
"ts-node": "^10.9.2",
"tsx": "^4.20.6",
"tw-animate-css": "^1.3.5",
"typescript": "^5",
"xlsx": "^0.18.5"
},
"msw": {
"workerDirectory": [
"public"
]
}
}