-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 827 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
{
"name": "mobx-react-lite-context",
"version": "0.1.0",
"description": "MobX React Lite Context",
"main": "dist/index.js",
"repository": "https://github.com/oknoorap/mobx-react-lite-context.git",
"bugs": {
"url": "https://github.com/oknoorap/mobx-react-lite-context/issues"
},
"author": "Ribhararnus Pracutian <[email protected]>",
"license": "MIT",
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"mobx": "^5.10.1",
"mobx-react-lite": "^1.4.0",
"react": "^16.8.6"
},
"devDependencies": {
"mobx": "^5.10.1",
"mobx-react-lite": "^1.4.0",
"react": "^16.8.6",
"typescript": "^3.5.2"
},
"dependencies": {
"@types/react": "^16.8.20",
"@types/store": "^2.0.2",
"decorating": "^1.0.3",
"store": "^2.0.12"
},
"files": [
"dist/**"
]
}