mirror of
https://github.com/iconify/iconify.git
synced 2024-11-16 17:45:09 +00:00
26 lines
552 B
JSON
26 lines
552 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": "^17.0.80",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"typescript": "^5.5.3",
|
|
"vite": "^4.5.3"
|
|
}
|
|
}
|