24 lines
572 B
JSON
24 lines
572 B
JSON
{
|
|
"name": "@nexarch/shl",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "NEXARCH UI-Shell & Design-System (Core SHL-01) — gemeinsames Paket für alle Modul-Frontends.",
|
|
"main": "index.ts",
|
|
"types": "index.ts",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^16.0.0",
|
|
"@types/react": "18.3.3",
|
|
"@types/react-dom": "18.3.0",
|
|
"typescript": "5.5.3",
|
|
"vitest": "^2.0.0"
|
|
}
|
|
}
|