- Changed the PostCSS configuration to use '@tailwindcss/postcss' instead of 'tailwindcss'. - Deleted the Tailwind configuration file as it is no longer needed.
62 lines
1.8 KiB
JSON
62 lines
1.8 KiB
JSON
{
|
|
"name": "mice-reworked",
|
|
"version": "2025.07.02",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "echo NEXT_PUBLIC_COMMIT_SHA=$(git rev-parse --short HEAD) > .env.local",
|
|
"dev": "next dev --turbopack -p 40625",
|
|
"build": "next build",
|
|
"start": "next start -p 40625",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^3.9.1",
|
|
"@radix-ui/react-alert-dialog": "^1.1.14",
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
|
"@radix-ui/react-context-menu": "^2.2.2",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.15",
|
|
"@radix-ui/react-progress": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "^1.2.1",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-tabs": "^1.1.1",
|
|
"@radix-ui/react-toast": "^1.2.4",
|
|
"axios": "^1.8.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"colorthief": "^2.6.0",
|
|
"lucide-react": "^0.469.0",
|
|
"next": "15.3.4",
|
|
"posthog-js": "^1.255.0",
|
|
"posthog-node": "^5.1.1",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-hook-form": "^7.53.2",
|
|
"react-icons": "^5.3.0",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"zod": "^3.25.70"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.11",
|
|
"@types/node": "^24.0.10",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"chalk": "^5.3.0",
|
|
"eslint": "^9.30",
|
|
"eslint-config-next": "15.3.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^4.1.11",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.12.4",
|
|
"overrides": {
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6"
|
|
}
|
|
}
|