forked from taoszu/lego-rn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "lego-rn",
"version": "0.1.1",
"description": "基于React Native的动态化框架",
"main": "./dist/index.js",
"scripts": {
"build": "tsc"
},
"peerDependencies": {
"@types/lodash": "^4.14.123",
"@types/react": "^16.8.4",
"@types/react-native": "^0.63.2",
"lodash": "^4.17.11",
"mobx": "4.9.2",
"mobx-react": "^5.4.3",
"react": "16.8.3",
"react-native": "0.63.4",
"typescript": "^3.8.2",
"@types/object-path": "^0.11.0",
"object-path": "^0.11.5"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/node": "^14.11.8",
"@types/react": "^16.8.4",
"@types/react-native": "^0.63.2",
"lodash": "^4.17.11",
"mobx": "4.9.2",
"mobx-react": "^5.4.3",
"react": "16.8.3",
"react-native": "0.63.4",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/taoszu/lego-rn.git"
},
"author": "taoszu",
"license": "MIT",
"dependencies": {
"@types/object-path": "^0.11.0",
"object-path": "^0.11.5"
}
}