-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1023 Bytes
/
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
{
"name": "rematch-model",
"version": "0.1.9",
"description": "Class-based models for rematch",
"main": "lib/index.js",
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/today-/rematch-model.git"
},
"scripts": {
"test": "tslint -c tslint.json src/**/*.ts?",
"build": "./node_modules/.bin/tsc"
},
"types": "./lib/index.d.ts",
"author": "today- (https://github.com/today-)",
"license": "ISC",
"keywords": [
"rematch",
"class",
"model",
"react",
"redux"
],
"homepage": "https://github.com/today-/rematch-model",
"dependencies": {
"@rematch/core": "^1.0.6"
},
"devDependencies": {
"typescript": "^3.2.2",
"tslint": "^5.17.0",
"tslint-loader": "^3.5.4",
"tslint-react": "^3.6.0"
},
"peerDependencies": {
"@rematch/immer": "^1.1.0",
"core-decorators": "^0.20.0",
"react": "^0.13.0 || ^0.14.0 || ^15.0.0 || ^16.0.0",
"redux": "^3.0.0 || ^4.0.0",
"react-redux": "^5.1.1"
}
}