Files

36 lines
809 B
JSON

{
"name": "site",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test"
},
"dependencies": {
"agentation": "^2.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.7.2",
"motion": "^11.15.0",
"next": "16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3",
"shiki": "^3.21.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@playwright/test": "^1.57.0",
"@types/node": "^22",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"postcss": "^8.5",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
}
}