UNPKG

@suspensive/react

Version:

Suspensive interfaces for react

66 lines 1.6 kB
{ "name": "@suspensive/react", "version": "3.21.3", "description": "Suspensive interfaces for react", "keywords": [ "suspensive", "react", "tanstack-intent" ], "homepage": "https://suspensive.org", "bugs": "https://github.com/toss/suspensive/issues", "repository": { "type": "git", "url": "git+https://github.com/toss/suspensive.git", "directory": "packages/react" }, "license": "MIT", "author": "Jonghyeon Ko <jonghyeon@toss.im>", "sideEffects": false, "type": "module", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "./package.json": "./package.json" }, "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.mts", "files": [ "dist", "src", "skills" ], "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "react": "^19.2.6", "react-dom": "^19.2.6", "react-error-boundary": "^6.1.1", "@suspensive/eslint-config": "0.0.1", "@suspensive/tsconfig": "0.0.0-development", "@suspensive/tsdown": "0.0.0" }, "peerDependencies": { "react": "^18 || ^19" }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "ci:eslint": "eslint \"**/*.{ts,tsx,cts,mts}\"", "ci:test": "vitest run", "ci:type": "tsc --noEmit", "clean": "rimraf ./dist ./coverage ./node_modules", "test:ui": "vitest --ui" } }