Files
next-web/package.json
T

31 lines
687 B
JSON
Raw Normal View History

2025-06-25 16:45:58 -04:00
{
"name": "britton-site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.3.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@tailwindcss/postcss": "^4",
"tailwindcss": "^4",
"eslint": "^9",
"eslint-config-next": "15.3.4",
2025-06-30 15:54:10 -04:00
"@eslint/eslintrc": "^3",
"react-icons": "^5.5",
2025-07-08 14:57:06 -04:00
"classnames": "^2.5",
"tailwind-rounded-out": "2.0.0"
2025-06-25 16:45:58 -04:00
}
}