Files
create-better-t-stack/apps/web/package.json
Aman Varshney ba754e868e update deps
2025-05-30 21:02:51 +05:30

53 lines
1.4 KiB
JSON

{
"name": "web",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start",
"check": "biome check --write .",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.7",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"fumadocs-core": "15.4.2",
"fumadocs-mdx": "11.6.6",
"fumadocs-ui": "15.4.2",
"lucide-react": "^0.511.0",
"motion": "^12.15.0",
"next": "15.3.3",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"papaparse": "^5.5.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-tweet": "^3.2.2",
"recharts": "^2.15.3",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@types/papaparse": "^5.3.16",
"@tailwindcss/postcss": "^4.1.8",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.28",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"eslint": "^9.27.0",
"eslint-config-next": "15.3.3",
"postcss": "^8.5.4",
"tailwindcss": "^4.1.8",
"tw-animate-css": "^1.3.2",
"typescript": "^5.8.3"
}
}