-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.2 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": "redux-persist-machine",
"version": "3.1.0",
"description": "Fine-grained control over the persisting and rehydration of your redux store.",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"pre-commit": "lint-staged",
"postinstall": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aspect-apps/redux-persist-machine.git"
},
"keywords": [
"persist",
"redux",
"save",
"redux-persist",
"rehydrate",
"stoarge",
"redux-middleware",
"async",
"store"
],
"author": "Luke Brandon Farrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/aspect-apps/redux-persist-machine/issues"
},
"homepage": "https://github.com/aspect-apps/redux-persist-machine#readme",
"dependencies": {
"@types/lodash": "^4.14.126",
"lodash": "^4.17.11"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"prettier": "^2.3.0",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
}
}