-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "use-flow-hook",
"version": "1.0.1",
"description": "A state management utility for React.",
"keywords": [
"react"
],
"main": "src/useFlow.js",
"scripts": {
"test": "jest"
},
"author": {
"name": "Alexander Flenniken",
"url": "https://github.com/alflennik"
},
"license": "MIT",
"dependencies": {
"immer": "^9.0.2"
},
"devDependencies": {
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^27.0.3",
"mount-hook": "^1.0.0-beta.6",
"prettier": "^2.3.0",
"react": "16.10.0",
"react-dom": "16.10.0"
}
}