2021-04-23 20:50:17 +00:00
|
|
|
{
|
2022-01-29 07:44:10 +00:00
|
|
|
"name": "@iconify-demo/react",
|
2021-12-30 08:50:47 +00:00
|
|
|
"version": "0.0.0",
|
2022-01-27 19:16:43 +00:00
|
|
|
"private": true,
|
2021-12-30 08:50:47 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
2021-04-23 20:50:17 +00:00
|
|
|
"dependencies": {
|
|
|
|
"react": "^17.0.2",
|
2021-06-20 06:59:30 +00:00
|
|
|
"react-dom": "^17.0.2"
|
2021-04-23 20:50:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-24 17:44:10 +00:00
|
|
|
"@iconify-icons/mdi-light": "^1.1.1",
|
|
|
|
"@iconify-icons/uil": "^1.1.2",
|
2022-01-10 21:39:39 +00:00
|
|
|
"@iconify/core": "^1.2.3",
|
2022-01-24 17:44:10 +00:00
|
|
|
"@iconify/react": "^3.1.3",
|
2021-12-30 08:50:47 +00:00
|
|
|
"@types/react": "^17.0.33",
|
|
|
|
"@types/react-dom": "^17.0.10",
|
|
|
|
"@vitejs/plugin-react": "^1.0.7",
|
2022-01-10 21:39:39 +00:00
|
|
|
"typescript": "^4.5.4",
|
|
|
|
"vite": "^2.7.10"
|
2021-04-23 20:50:17 +00:00
|
|
|
}
|
|
|
|
}
|