-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 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
44
45
46
47
{
"name": "react-connect-ctx",
"version": "1.0.7",
"description": "Easily connect functional component with the context ",
"main": "index.js",
"scripts": {
"test": "jest",
"build": "webpack --config config/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uittorio/react-connect-ctx.git"
},
"keywords": [
"react",
"withContext",
"context",
"functional",
"connect",
"dependency",
"injection"
],
"author": "Vittorio Guerriero",
"license": "MIT",
"bugs": {
"url": "https://github.com/uittorio/react-connect-ctx/issues"
},
"homepage": "https://github.com/uittorio/react-connect-ctx#readme",
"devDependencies": {
"@types/jest": "24.0.18",
"@types/react": "16.9.5",
"@types/react-dom": "16.9.1",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "5.0.4",
"jest": "24.9.0",
"react": "16.10.2",
"react-dom": "16.10.2",
"ts-jest": "24.1.0",
"ts-loader": "6.2.0",
"typescript": "3.6.4",
"webpack": "4.41.1",
"webpack-cli": "3.3.9"
},
"peerDependencies": {
"react": "^16.10.2"
}
}