mirror of
https://github.com/iconify/iconify.git
synced 2024-12-12 13:47:49 +00:00
26 lines
553 B
JSON
26 lines
553 B
JSON
{
|
|
"name": "@iconify-demo/react",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-icons/mdi-light": "^1.2.5",
|
|
"@iconify-icons/uil": "^1.2.3",
|
|
"@iconify/core": "workspace:*",
|
|
"@iconify/react": "workspace:*",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@vitejs/plugin-react": "^4.3.3",
|
|
"typescript": "^5.6.3",
|
|
"vite": "^5.4.10"
|
|
}
|
|
}
|