2
0
mirror of https://github.com/iconify/iconify.git synced 2025-01-23 15:18:38 +00:00

20 lines
354 B
JSON
Raw Normal View History

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