Files
hypixel-stats/package.json
2025-10-29 17:26:20 +01:00

68 lines
2.1 KiB
JSON

{
"name": "stats-hypixel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"typegen": "next typegen",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"fmt": "dprint fmt src/**/*.ts src/**/*.tsx"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@t3-oss/env-nextjs": "^0.13.8",
"@tanstack/react-query": "^5.90.2",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.4.2",
"js-cookie": "^3.0.5",
"lucide-react": "^0.528.0",
"motion": "^12.23.12",
"next": "15.5.2",
"next-themes": "^0.4.6",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-icons": "^5.5.0",
"react-tooltip": "^5.29.1",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "15.5.2",
"@tailwindcss/postcss": "^4",
"@tanstack/react-query-devtools": "^5.90.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9",
"dprint": "^0.50.1",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"eslint-plugin-react-hooks": "^5.2.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.6",
"typescript": "^5"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"unrs-resolver"
],
"overrides": {
"@types/react": "19.1.12",
"@types/react-dom": "19.1.9"
}
}