NODEDC_DESIGN_GUIDELINE/packages/ui-react/package.json

33 lines
677 B
JSON

{
"name": "@nodedc/ui-react",
"version": "0.5.0",
"type": "module",
"files": ["dist"],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@nodedc/ui-core": "0.5.0",
"lucide-react": "^0.468.0"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"devDependencies": {
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"react": "^19.1.0",
"react-dom": "^19.1.0"
}
}