AeThex-Connect/packages/ui/package.json

24 lines
512 B
JSON

{
"name": "@aethex/ui",
"version": "1.0.0",
"description": "Shared UI components for AeThex Connect",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
}