UNPKG

1.01 kBJSONView Raw
1{
2 "version": "1.0.9",
3 "name": "react-hookz",
4 "license": "MIT",
5 "main": "index.ts",
6 "module": "index.ts",
7 "repository": "github:garywenneker/react-hookz",
8 "scripts": {
9 "test": "npm run lint",
10 "lint": "tslint index.ts"
11 },
12 "author": "garywenneker",
13 "keywords": [
14 "react",
15 "state",
16 "hooks",
17 "stateless",
18 "thisless",
19 "pure",
20 "typescript"
21 ],
22 "sideEffects": false,
23 "devDependencies": {
24 "tslint": "5.20.1",
25 "eslint": "^6.5.1",
26 "eslint-config-airbnb": "^18.0.1",
27 "eslint-plugin-import": "^2.19.1",
28 "eslint-plugin-jsx-a11y": "^6.2.3",
29 "eslint-plugin-react": "^7.17.0",
30 "eslint-plugin-react-hooks": "^2.3.0",
31 "html-webpack-plugin": "^3.2.0",
32 "jest": "^24.9.0",
33 "react": "^16.12.0",
34 "typescript": "^3.7.4"
35 },
36 "peerDependencies": {
37 "react": "^16.12.0"
38 }
39}