-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "@sky0014/easystore",
"version": "3.0.4",
"description": "An easy store for react and hooks.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --declaration",
"build2": "tsc -v",
"pub": "npm run build && npm publish --registry=https://registry.npmjs.org --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sky0014/easystore.git"
},
"keywords": [
"redux",
"react",
"hooks",
"store",
"toolkit",
"immer",
"immutable"
],
"author": "sky0014 <[email protected]>",
"bugs": {
"url": "https://github.com/sky0014/easystore/issues"
},
"homepage": "https://github.com/sky0014/easystore/#readme",
"peerDependencies": {
"react": ">=16.8.3"
},
"devDependencies": {
"@types/redux-logger": "^3.0.9",
"typescript": "^4.5.5"
},
"dependencies": {
"@sky0014/logger": "^1.0.7",
"immer": "^9.0.5",
"react-redux": "^7.2.4",
"redux": "^4.1.1",
"redux-logger": "^3.0.6"
},
"browserslist": [
"chrome 55",
"firefox 53"
]
}