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