File tree Expand file tree Collapse file tree 5 files changed +319
-820
lines changed Expand file tree Collapse file tree 5 files changed +319
-820
lines changed Original file line number Diff line number Diff line change 6
6
"author" : " Snowingfox" ,
7
7
"main" : " index.js" ,
8
8
"scripts" : {
9
+ "dev" : " pnpm run --filter=\" ./packages/*\" --parallel dev" ,
10
+ "build" : " pnpm run --filter=\" ./packages/*\" --parallel build" ,
9
11
"lint" : " eslint --cache ." ,
10
- "core:build" : " cd packages/core && npm run build" ,
11
- "play:build" : " pnpm i && npm run core:build && cd playground && npm run build" ,
12
- "play:dev" : " npm run core:build && cd playground && npm run dev"
12
+ "play:build" : " pnpm i && npm run build && cd playground && npm run build" ,
13
+ "play:dev" : " npm run core:build && cd playground && npm run dev" ,
14
+ "release" : " bumpp && npm publish" ,
15
+ "test" : " vitest"
13
16
},
14
17
"peerDependencies" : {
15
18
"vue" : " ^3.2.0"
30
33
"bumpp" : " ^7.1.1" ,
31
34
"class-transformer" : " ^0.5.1" ,
32
35
"class-validator" : " ^0.13.2" ,
33
- "eslint" : " ^8.16 .0" ,
36
+ "eslint" : " 8.15 .0" ,
34
37
"eslint-plugin-jest" : " ^26.1.4" ,
35
38
"esno" : " ^0.14.1" ,
36
39
"fast-glob" : " ^3.2.11" ,
40
43
"rimraf" : " ^3.0.2" ,
41
44
"rollup" : " ^2.70.2" ,
42
45
"ts-jest" : " ^27.1.4" ,
43
- "tsup" : " ^5.12.5 " ,
46
+ "tsup" : " ^5.12.9 " ,
44
47
"typescript" : " ^4.6.4" ,
45
- "unbuild" : " ^0.7.6" ,
46
48
"vitest" : " ^0.20.3" ,
47
49
"vue-use-form" : " workspace:*" ,
48
50
"webpack" : " ^5.72.0" ,
Original file line number Diff line number Diff line change 28
28
" dist"
29
29
],
30
30
"scripts" : {
31
- "build" : " unbuild " ,
31
<
8000
span class="diff-text-marker">+ "build" : " tsup " ,
32
32
"dev" : " tsup --watch src"
33
33
},
34
34
"peerDependencies" : {
Original file line number Diff line number Diff line change 22
22
" dist"
23
23
],
24
24
"scripts" : {
25
- "build" : " unbuild " ,
26
- "stub " : " unbuild --stub "
25
+ "build" : " tsup " ,
26
+ "dev " : " tsup --watch src "
27
27
},
28
28
"peerDependencies" : {
29
29
"class-transformer" : " ^0.4.0" ,
Original file line number Diff line number Diff line change 25
25
" dist"
26
26
],
27
27
"scripts" : {
28
- "build" : " unbuild " ,
29
- "stub " : " unbuild --stub "
28
+ "build" : " tsup " ,
29
+ "dev " : " tsup --watch src "
30
30
},
31
31
"peerDependencies" : {
32
32
"vue-use-form" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments