Files
wursor/packages/ui/package.json
T
2026-04-23 09:39:01 +01:00

21 lines
369 B
JSON

{
"name": "@originmain/ui",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fluentui/react-components": "^9.54.0",
"react": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"typescript": "^5.5.0"
}
}