2
0
mirror of https://github.com/iconify/iconify.git synced 2024-10-23 17:12:03 +00:00
iconify/components-demo/nextjs-demo/package.json
2022-06-19 22:25:00 +03:00

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.1.6",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@iconify-icons/mdi-light": "^1.2.1"
}
}