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

20 lines
354 B
JSON
Raw Normal View History

2021-04-27 17:52:09 +00:00
{
2022-01-29 07:44:10 +00:00
"name": "@iconify-demo/nextjs",
2021-04-27 17:52:09 +00:00
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2022-06-19 17:58:50 +00:00
"@iconify/react": "workspace:*",
2022-09-08 06:16:41 +00:00
"next": "^12.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0"
2021-04-27 17:52:09 +00:00
},
"devDependencies": {
2022-09-08 06:16:41 +00:00
"@iconify-icons/mdi-light": "^1.2.2"
2021-04-27 17:52:09 +00:00
}
}