mirror of
https://github.com/iconify/iconify.git
synced 2024-11-05 21:07:51 +00:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "@iconify-demo/nextjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "workspace:*",
|
|
"next": "^12.2.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-icons/mdi-light": "^1.2.2"
|
|
}
|
|
}
|