79 lines
1.8 KiB
JSON
79 lines
1.8 KiB
JSON
{
|
|
"name": "@effect/atom-react",
|
|
"version": "4.0.0-beta.98",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"description": "React bindings for the Effect Atom modules",
|
|
"homepage": "https://effect.website",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Effect-TS/effect-smol.git",
|
|
"directory": "packages/atom/react"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Effect-TS/effect-smol/issues"
|
|
},
|
|
"tags": [
|
|
"typescript",
|
|
"react",
|
|
"database"
|
|
],
|
|
"keywords": [
|
|
"typescript",
|
|
"react",
|
|
"database"
|
|
],
|
|
"sideEffects": [],
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*.ts",
|
|
"./internal/*": null,
|
|
"./*/index": null
|
|
},
|
|
"files": [
|
|
"src/**/*.ts",
|
|
"dist/**/*.js",
|
|
"dist/**/*.js.map",
|
|
"dist/**/*.d.ts",
|
|
"dist/**/*.d.ts.map"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"provenance": true,
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./dist/index.js",
|
|
"./*": "./dist/*.js",
|
|
"./internal/*": null,
|
|
"./*/index": null
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -b tsconfig.json && pnpm babel",
|
|
"babel": "babel dist --plugins annotate-pure-calls --out-dir dist --source-maps",
|
|
"check": "tsc -b tsconfig.json",
|
|
"test": "vitest",
|
|
"coverage": "vitest --coverage"
|
|
},
|
|
"peerDependencies": {
|
|
"effect": "workspace:^",
|
|
"react": "^19.2.4",
|
|
"scheduler": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.2",
|
|
"@types/scheduler": "^0.26.0",
|
|
"effect": "workspace:^",
|
|
"jsdom": "^29.1.1",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"react-error-boundary": "^6.1.2",
|
|
"scheduler": "^0.27.0"
|
|
}
|
|
}
|