mirror of
https://github.com/vercel-labs/json-render.git
synced 2026-09-14 13:41:32 +08:00
9adcc09204
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
42 lines
959 B
JSON
42 lines
959 B
JSON
{
|
|
"name": "@internal/react-state",
|
|
"version": "0.8.11",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"description": "Shared React state context for json-render renderer packages",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"dev": "tsup --watch",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@json-render/core": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@internal/typescript-config": "workspace:*",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "19.2.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tsup": "^8.0.2",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0 || ^19.0.0"
|
|
}
|
|
}
|