mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 09:46:39 +02:00
15 lines
294 B
JSON
15 lines
294 B
JSON
{
|
|
"name": "@rallly/icons",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"dependencies": {
|
|
"@heroicons/react": "^1.0.6",
|
|
"lucide-react": "^0.479.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|