iconoir/examples/next/package.json
2023-10-29 01:40:36 +02:00

23 lines
456 B
JSON

{
"name": "example-next",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"next": "14.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"iconoir-react": "workspace:*",
"typescript": "^5.2.2"
}
}