2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 09:02:03 +00:00
iconify/packages/nextjs-demo/package.json

20 lines
340 B
JSON
Raw Normal View History

2021-04-27 17:52:09 +00:00
{
"name": "nextjs-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2022-01-10 21:39:39 +00:00
"@iconify/react": "^3.1.2",
"next": "^12.0.7",
2021-09-27 13:29:01 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2"
2021-04-27 17:52:09 +00:00
},
"devDependencies": {
"@iconify-icons/mdi-light": "^1.1.0"
}
}