28 lines
604 B
JSON
28 lines
604 B
JSON
{
|
|
"name": "@kerbal-rt/ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Shared React components for hub + live-map",
|
|
"type": "module",
|
|
"main": "./src/index.tsx",
|
|
"types": "./src/index.tsx",
|
|
"exports": {
|
|
".": "./src/index.tsx"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "echo 'no linter yet'",
|
|
"test": "echo 'no tests yet'",
|
|
"build": "tsc"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.3.0",
|
|
"react-dom": "^18.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.6.2"
|
|
}
|
|
}
|