Files
baizhi958216 e585bb2eed feat: add shared infiplot workspace packages
Signed-off-by: baizhi958216 <1475289190@qq.com>
2026-06-30 00:44:36 +08:00

26 lines
494 B
JSON

{
"name": "@infiplot/ui",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": {
"react-native": "./src/index.native.tsx",
"types": "./src/index.ts",
"default": "./src/index.web.tsx"
}
},
"scripts": {
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": ">=19",
"react-native": ">=0.85"
},
"devDependencies": {
"@types/react": "~19.2.2",
"react-native": "0.85.3",
"typescript": "^6.0.3"
}
}