wodey-prototype/package.json

29 lines
616 B
JSON
Raw Normal View History

2025-04-26 17:46:50 +00:00
{
"name": "wodey-prototype",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"lucide-react": "^0.503.0",
"next": "15.3.1",
2025-04-26 17:46:50 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0"
2025-04-26 17:46:50 +00:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
2025-04-26 17:46:50 +00:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4",
"typescript": "^5"
2025-04-26 17:46:50 +00:00
}
}