new-personal-site/package.json

30 lines
684 B
JSON
Raw Normal View History

2024-11-28 14:50:17 +00:00
{
"name": "new-personal-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-12-09 15:36:17 +00:00
"@moduletrace/datasquirel": "^2.7.4",
2024-12-09 15:50:52 +00:00
"lodash": "^4.17.21",
2024-12-09 15:36:17 +00:00
"lucide-react": "^0.462.0",
"next": "15.0.3",
2024-11-28 14:50:17 +00:00
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
2024-12-09 15:36:17 +00:00
"tailwind-merge": "^2.5.5"
2024-11-28 14:50:17 +00:00
},
"devDependencies": {
2024-12-09 15:50:52 +00:00
"@types/lodash": "^4.17.13",
2024-11-28 14:50:17 +00:00
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
2024-12-09 15:50:52 +00:00
"tailwindcss": "^3.4.1",
"typescript": "^5"
2024-11-28 14:50:17 +00:00
}
}