-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.56 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.56 KB
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
{
"name": "@github1/react-redux-common-modules",
"private": false,
"version": "0.4.63",
"description": "Useful redux modules built with [redux-modules](https://github.com/github1/redux-modules)",
"main": "dist/es5/index.ts",
"scripts": {
"build": "build-tools-build-lib",
"serve": "build-tools devserver --entry-main ./src/demo --inline-style --port 9999",
"test": "build-tools test --coverage",
"test:watch": "build-tools test --watch",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "John Collier <john.collier4@gmail.com>",
"license": "MIT",
"devDependencies": {
"@github1/ajax-service": "0.4.63",
"@github1/build-tools": "0.4.63",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.9",
"@types/react-redux": "7.1.18",
"@types/react-test-renderer": "16.9.2",
"react-test-renderer": "16.14.0",
"redux-immutable-state-invariant": "2.1.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "7.2.2",
"redux": "4.0.5"
},
"dependencies": {
"@github1/redux-modules": "0.4.63",
"history": "4.7.2",
"prop-by-string": "1.0.1",
"react-custom-scrollbars": "4.2.1",
"react-measure": "2.3.0",
"utility-types": "3.10.0"
},
"peerDependencies": {
"@types/react-redux": ">=7.0.1",
"@github1/ajax-service": ">0.0.0",
"react-redux": ">=7.0.1",
"redux": ">=4.0.0",
"redux-thunk": "2.3.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/github1/react-redux-common-modules"
}
}