2026-06-19 13:01:27 +00:00
|
|
|
{
|
|
|
|
|
"name": "@zseven-w/op-web-sdk-react",
|
2026-07-23 13:23:21 +00:00
|
|
|
"version": "0.8.2",
|
2026-06-19 13:01:27 +00:00
|
|
|
"description": "React adapter for the OpenPencil read-only web viewer SDK",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"type": "module",
|
2026-07-10 19:58:16 +00:00
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2026-06-19 13:01:27 +00:00
|
|
|
"main": "./dist/index.cjs",
|
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
2026-07-10 19:58:16 +00:00
|
|
|
"exports": {
|
|
|
|
|
".": {
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
|
"require": "./dist/index.cjs"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsup",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"test": "vitest run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@zseven-w/op-web-sdk": "workspace:*"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"react": "^19.0.0",
|
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
|
"@types/react": "^19.0.0",
|
|
|
|
|
"@types/react-dom": "^19.0.0",
|
|
|
|
|
"@testing-library/react": "^16.0.0",
|
|
|
|
|
"tsup": "^8.0.0",
|
|
|
|
|
"typescript": "^5.7.2",
|
|
|
|
|
"vitest": "^3.0.0",
|
|
|
|
|
"jsdom": "^25.0.0"
|
|
|
|
|
}
|
2026-06-19 13:01:27 +00:00
|
|
|
}
|