mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
20 lines
338 B
JSON
20 lines
338 B
JSON
{
|
|
"name": "nextjs-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^1.1.4",
|
|
"next": "^10.0.0",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-icons/mdi-light": "^1.1.0"
|
|
}
|
|
}
|