-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
36 lines (36 loc) · 882 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
{
"name": "mobx-flipper",
"version": "1.2.6",
"description": "Mobx middleware for flipper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"keywords": [],
"author": "Khorark <[email protected]> (https://github.com/khorark)",
"homepage": "https://github.com/khorark/mobx-flipper",
"bugs": "https://github.com/khorark/mobx-flipper/issues",
"repository": {
"url": "https://github.com/khorark/mobx-flipper",
"type": "git"
},
"files": [
"dist/**/*"
],
"peerDependencies": {
"react-native-flipper": "^0.87.0"
},
"license": "MIT",
"devDependencies": {
"@types/lodash.clonedeep": "^4.5.6",
"eslint": "^7.25.0",
"prettier": "2.2.1",
"typescript": "^4.2.4"
},
"dependencies": {
"mobx": "^6.3.0",
"mobx-state-tree": "^5.0.1",
"react-native-flipper": "^0.87.0"
}
}