24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "@aidoit/ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./styles.css": "./src/styles.css"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --noEmit",
|
|
"lint": "tsc --noEmit",
|
|
"typecheck": "tsc --noEmit",
|
|
"test": "echo \"No UI tests yet\""
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@aidoit/config": "workspace:*",
|
|
"@types/react": "^19.0.0",
|
|
"typescript": "^5.8.0"
|
|
}
|
|
} |