wilddragon-site/.next/standalone/package.json
2026-04-17 15:51:01 -04:00

26 lines
628 B
JSON
Executable file

{
"name": "wilddragon-site",
"version": "2.0.0",
"private": true,
"description": "Zachary Gaetano - Broadcast Systems Integration Portfolio",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 43036"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"lucide-react": "^1.7.0",
"next": "^16.2.1",
"postcss": "^8.5.8",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"devDependencies": {
"@types/node": "25.5.0"
}
}