@ewb/reach-react
Version:
React Resource and Fetch stuff
57 lines • 1.4 kB
JSON
{
"name": "@ewb/reach-react",
"version": "0.6.25",
"description": "React Resource and Fetch stuff",
"main": "./index.js",
"types": "./index.d.ts",
"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"
},
"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"
}
}