UNPKG

@ewb/reach-react

Version:
59 lines (58 loc) 1.48 kB
{ "name": "@ewb/reach-react", "version": "0.6.29", "description": "React Resource and Fetch stuff", "main": "./index.js", "types": "./index.d.ts", "scripts": { "dev": "yarn build:watch", "start": "yarn build:watch", "build": "tsc --incremental", "build:watch": "tsc --watch --incremental", "lint": "tslint --project \"./tsconfig.json\"", "postversion": "git push && git push --tags", "prepublish": "npm run build", "preversion": "npm run build" }, "devDependencies": { "@types/react": "^18.0.24", "@types/uuid": "^8.3.1", "husky": "^8.0.1", "lint-staged": "^13.0.3", "prettier": "^2.7.1", "react": "^18.2.0", "socket.io-client": "^4.3.2", "typescript": "^4.2.4" }, "peerDependencies": { "react": ">=17.0.0", "socket.io-client": "4.*.*" }, "dependencies": { "@ewb/reach": "^0.3.4", "uuid": "^8.3.2" }, "repository": { "type": "git", "url": "git+https://github.com/EmilsWebbod/reach-react.git" }, "keywords": [ "typescript", "ts", "react", "reach", "npm", "fetch", "crud", "api" ], "author": "EmilsWebbod <emil@webbod.no>", "bugs": { "url": "https://github.com/EmilsWebbod/reach-react/issues" }, "homepage": "https://github.com/EmilsWebbod/reach-react#readme", "lint-staged": { "**/*": "prettier --write --ignore-unknown" }, "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }