nicholais-website/package.json
2025-10-08 18:10:07 -06:00

40 lines
943 B
JSON

{
"name": "framer-nextjs-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"js-dos": "^7.5.0",
"lenis": "^1.3.11",
"lucide-react": "^0.545.0",
"mdx": "^0.3.1",
"motion": "^12.23.12",
"next": "15.5.2",
"next-mdx-remote": "^5.0.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"sugar-high": "^0.9.3",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}