Files
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

44 lines
1.0 KiB
JSON

{
"name": "@open-design/components",
"version": "0.8.0",
"private": true,
"type": "module",
"description": "Shared Open Design React UI primitives.",
"main": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src/styles.css"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"development": "./src/index.ts",
"default": "./dist/index.mjs"
},
"./styles.css": "./src/styles.css"
},
"scripts": {
"build": "tsx ./esbuild.config.ts && tsc -p tsconfig.json --emitDeclarationOnly",
"test": "vitest run -c vitest.config.ts",
"typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.tests.json --noEmit"
},
"peerDependencies": {
"react": "18.3.1"
},
"devDependencies": {
"@testing-library/react": "16.3.2",
"@types/react": "18.3.28",
"esbuild": "0.28.0",
"jsdom": "29.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsx": "4.22.3",
"typescript": "5.9.3",
"vitest": "4.1.6"
},
"engines": {
"node": "~24"
}
}