mirror of
https://github.com/lumehq/lume.git
synced 2025-03-25 17:21:45 +01:00
15 lines
248 B
JSON
15 lines
248 B
JSON
{
|
|
"name": "@lume/icons",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./index.ts",
|
|
"dependencies": {
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tsconfig": "workspace:*",
|
|
"@types/react": "^18.3.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|