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

20 lines
364 B
JSON

{
"name": "@iconify-icon/nextjs-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^13.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@iconify-icon/react": "workspace:*",
"@iconify-icons/mdi-light": "^1.2.5"
}
}