File tree Expand file tree Collapse file tree 4 files changed +16638
-497
lines changed Expand file tree Collapse file tree 4 files changed +16638
-497
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"packages" : [
3
- " packages/taro-ui" ,
4
- " packages/taro-ui-demo" ,
5
- " packages/taro-ui-demo-rn"
3
+ " packages/taro-ui"
6
4
],
7
5
"command" : {
8
6
"publish" : {
14
12
}
15
13
},
16
14
"version" : " 3.1.0-beta.4" ,
17
- "npmClient" : " yarn"
15
+ "npmClient" : " yarn" ,
16
+ "useWorkspaces" : true
18
17
}
Original file line number Diff line number Diff line change 9
9
"url" :
" [email protected] :nervjs/taro-ui.git"
10
10
},
11
11
"license" : " MIT" ,
12
+ "workspaces" : {
13
+ "packages" : [
14
+ " packages/*"
15
+ ]
16
+ },
12
17
"scripts" : {
13
18
"bootstrap" : " lerna bootstrap" ,
14
19
"build" : " lerna run build" ,
43
48
"stylelint-scss" : " ^3.16.0" ,
44
49
"typescript" : " ~3.7.2"
45
50
},
51
+ "resolutions" : {
52
+ "sharp" : " ^0.28.3"
53
+ },
46
54
"husky" : {
47
55
"hooks" : {
48
56
"pre-commit" : " lint-staged" ,
Original file line number Diff line number Diff line change 78
78
"typescript" : " ^3.8.3"
79
79
},
80
80
"peerDependencies" : {
81
+ "@tarojs/taro" : " >=3" ,
81
82
"@tarojs/components" : " >=3" ,
82
83
"@tarojs/react" : " >=3" ,
83
84
"react" : " >=16.13.0" ,
84
- "react-dom" : " >=16.13.0"
85
+ "react-dom" : " >=16.13.0" ,
86
+ "react-native" : " >=0.62.0"
85
87
},
86
88
"gitHead" : " c33cc7fbb734f0dbdd6e305dda1bc8300e5adbe2"
87
89
}
You can’t perform that action at this time.
0 commit comments