-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "react-redux-help-kit",
"version": "2.1.5",
"description": "React + Redux utils to improve Development Experience.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tr3v3r/react-redux-help-kit.git"
},
"keywords": [
"React",
"react-redux",
"async",
"redux",
"redux",
"helpers"
],
"author": "Aliaksei Astafyeu",
"license": "MIT",
"bugs": {
"url": "https://github.com/tr3v3r/react-redux-help-kit/issues"
},
"homepage": "https://github.com/tr3v3r/react-redux-help-kit#readme",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.19.4",
"@babel/preset-typescript": "^7.18.6",
"@react-native-community/eslint-config": "^3.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.2.1",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-jest": "^29.2.2",
"eslint": "8.0.0",
"jest": "^29.2.2",
"prettier": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^7.2.6",
"react-test-renderer": "^18.2.0",
"redux": "^4.1.2",
"typescript": "^4.5.4"
},
"peerDependencies": {
"react": "*",
"react-redux": "*",
"redux": "*"
}
}