2025-09-18 22:20:01 +02:00
|
|
|
{
|
2025-09-26 16:12:00 +02:00
|
|
|
"name": "harborsmith-nextjs",
|
2025-09-18 22:20:01 +02:00
|
|
|
"version": "1.0.0",
|
2025-09-26 16:12:00 +02:00
|
|
|
"description": "",
|
2025-09-18 22:20:01 +02:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2025-09-26 16:12:00 +02:00
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
2025-09-18 22:20:01 +02:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
2025-09-26 16:12:00 +02:00
|
|
|
"type": "commonjs",
|
2025-09-18 22:20:01 +02:00
|
|
|
"dependencies": {
|
2025-09-26 16:12:00 +02:00
|
|
|
"@types/node": "^24.5.2",
|
|
|
|
|
"@types/react": "^19.1.13",
|
|
|
|
|
"@types/react-dom": "^19.1.9",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"lucide-react": "^0.544.0",
|
|
|
|
|
"next": "^15.5.4",
|
|
|
|
|
"postcss": "^8.5.6",
|
|
|
|
|
"react": "^19.1.1",
|
|
|
|
|
"react-dom": "^19.1.1",
|
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
|
"typescript": "^5.9.2"
|
2025-09-18 22:20:01 +02:00
|
|
|
}
|
|
|
|
|
}
|