@connected/react
Version:
The hassle free way to call your server-side code
60 lines • 1.55 kB
JSON
{
"name": "@connected/react",
"version": "0.2.0",
"description": "The hassle free way to call your server-side code",
"keywords": [
"client-server",
"connected",
"react",
"hooks",
"suspense"
],
"author": "Martin Komara <martin.komara@gmail.com>",
"homepage": "https://staffino.github.io/connected/",
"license": "ISC",
"type": "module",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"directories": {
"dist": "dist"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/staffino/connected.git"
},
"bugs": {
"url": "https://github.com/staffino/connected/issues"
},
"dependencies": {
"fast-json-stable-stringify": "^2.1.0",
"md5": "^2.3.0",
"tiny-lru": "^7.0.6"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"jsdom": "^26.0.0",
"npm-run-all": "^4.1.5",
"react-test-renderer": "^18",
"vitest": "^3.0.9"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"gitHead": "94aa5f5c83f052742811e320926b3ae674f6cdcb",
"scripts": {
"coverage": "vitest run --coverage",
"test": "run-s test:syntax test:vitest",
"test:syntax": "tsc --noEmit",
"test:vitest": "vitest run",
"prebuild": "pnpm run clean",
"build": "tsc --build tsconfig.build.json",
"lint": "eslint -c '../../.eslintrc.json'",
"clean": "rimraf coverage build *.tsbuildinfo dist/*"
}
}