iconoir/examples/next/package.json
2023-12-17 15:51:02 +01:00

23 lines
457 B
JSON

{
"name": "example-next",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"iconoir-react": "workspace:*",
"typescript": "^5.3.3"
}
}