iconoir/examples/next/package.json
2023-10-29 00:33:17 +02:00

23 lines
422 B
JSON

{
"name": "next",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.0",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"iconoir-react": "workspace:*",
"typescript": "^5"
}
}