File tree 8 files changed +39
-5
lines changed
8 files changed +39
-5
lines changed Original file line number Diff line number Diff line change
1
+ export default {
2
+ esm : {
3
+ output : 'es' ,
4
+ } ,
5
+ cjs : {
6
+ output : 'lib' ,
7
+ } ,
8
+ platform : 'browser'
9
+ } ;
Original file line number Diff line number Diff line change 6
6
"private" : true ,
7
7
"scripts" : {
8
8
"start" : " dumi dev" ,
9
- "build" : " redbud build" ,
9
+ "build" : " pnpm run -r build" ,
10
10
"site" : " dumi build" ,
11
11
"test" : " walrus test" ,
12
12
"release" : " walrus release"
13
13
},
14
14
"devDependencies" : {
15
+ "@pansy/react-aliplayer" : " workspace:*" ,
15
16
"@ant-design/pro-card" : " ^2.1.10" ,
16
- "@types/react" : " ^18.0.26 " ,
17
+ "@types/react" : " ^18.0.27 " ,
17
18
"@types/react-dom" : " ^18.0.10" ,
18
19
"@pansy/shared" : " 1.9.0" ,
19
20
"@walrus/cli" : " 1.3.4" ,
20
21
"@walrus/plugin-release" : " 1.14.3" ,
21
22
"@walrus/plugin-test" : " 1.1.0" ,
22
- "antd" : " 5.1.5 " ,
23
- "commitizen" : " 4.2.6 " ,
23
+ "antd" : " 5.1.7 " ,
24
+ "commitizen" : " 4.3.0 " ,
24
25
"cz-conventional-changelog" : " 3.3.0" ,
25
26
"dumi" : " 1.1.38" ,
26
27
"redbud" : " 1.5.0" ,
27
28
"lerna" : " 6.4.1" ,
28
29
"react" : " 18.2.0" ,
29
30
"react-dom" : " 18.2.0" ,
30
- "typescript" : " 4.9.4 "
31
+ "typescript" : " 4.9.5 "
31
32
},
32
33
"config" : {
33
34
"commitizen" : {
Original file line number Diff line number Diff line change
1
+ import { defineConfig } from 'redbud' ;
2
+
3
+ export default defineConfig ( {
4
+ extends : '../../.redbudrc.base.ts'
5
+ } ) ;
Original file line number Diff line number Diff line change 8
8
" es" ,
9
9
" lib"
10
10
],
11
+ "scripts" : {
12
+ "build" : " redbud build"
13
+ },
11
14
"license" : " MIT" ,
12
15
"peerDependencies" : {
13
16
"react" : " >=16.9.0" ,
Original file line number Diff line number Diff line change
1
+ import { defineConfig } from 'redbud' ;
2
+
3
+ export default defineConfig ( {
4
+ extends : '../../.redbudrc.base.ts'
5
+ } ) ;
Original file line number Diff line number Diff line change 8
8
" es" ,
9
9
" lib"
10
10
],
11
+ "scripts" : {
12
+ "build" : " redbud build"
13
+ },
11
14
"peerDependencies" : {
12
15
"react" : " >=16.9.0" ,
13
16
"react-dom" : " >=16.9.0"
Original file line number Diff line number Diff line change
1
+ import { defineConfig } from 'redbud' ;
2
+
3
+ export default defineConfig ( {
4
+ extends : '../../.redbudrc.base.ts'
5
+ } ) ;
Original file line number Diff line number Diff line change 9
9
" es" ,
10
10
" lib"
11
11
],
12
+ "scripts" : {
13
+ "build" : " redbud build"
14
+ },
12
15
"peerDependencies" : {
13
16
"react" : " >=16.9.0" ,
14
17
"react-dom" : " >=16.9.0"
You can’t perform that action at this time.
0 commit comments