2022-05-13 20:39:36 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify-icon/react-demo",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-19 17:58:50 +00:00
|
|
|
"@iconify-icon/react": "workspace:*",
|
2022-06-19 19:25:00 +00:00
|
|
|
"@iconify-icons/mdi-light": "^1.2.1",
|
|
|
|
"@iconify-icons/uil": "^1.2.1",
|
|
|
|
"@types/react": "^17.0.47",
|
|
|
|
"@types/react-dom": "^17.0.17",
|
|
|
|
"@vitejs/plugin-react": "^1.3.2",
|
|
|
|
"typescript": "^4.7.4",
|
|
|
|
"vite": "^2.9.12"
|
2022-05-13 20:39:36 +00:00
|
|
|
}
|
|
|
|
}
|