mirror of
https://github.com/lumehq/lume.git
synced 2025-03-18 22:01:43 +01:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "@lume/ark",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@lume/utils": "workspace:^",
|
|
"@tanstack/react-query": "^5.36.0",
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@lume/tsconfig": "workspace:^",
|
|
"@lume/types": "workspace:^",
|
|
"@types/react": "^18.3.2",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|