32 lines
698 B
JSON
32 lines
698 B
JSON
{
|
|
"name": "@project/components",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./index.ts"
|
|
},
|
|
"scripts": {
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@mantine/core": "^9.2.1",
|
|
"@mantine/hooks": "^9.2.1",
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"lucide-react": "^0.456.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"typescript": "^5.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@mantine/core": "^9.2.1",
|
|
"@mantine/hooks": "^9.2.1",
|
|
"@tanstack/react-query": "^5.66.0",
|
|
"lucide-react": "^0.456.0",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
}
|
|
}
|