Spaces:
Sleeping
Sleeping
File size: 598 Bytes
1f51e49 4a9a4b6 1f51e49 4a9a4b6 1f51e49 4a9a4b6 1f51e49 4a9a4b6 1f51e49 4a9a4b6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"name": "defrag-proto",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.29",
"react": "^18",
"react-dom": "^18",
"framer-motion": "^11",
"lucide-react": "^0.400.0",
"clsx": "^2",
"tailwind-merge": "^2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"tailwindcss": "^3.4",
"postcss": "^8",
"autoprefixer": "^10"
}
}
|