File tree Expand file tree Collapse file tree 4 files changed +83
-960
lines changed
Expand file tree Collapse file tree 4 files changed +83
-960
lines changed Original file line number Diff line number Diff line change 1616 "types" : " ./dist/index.d.ts" ,
1717 "files" : [" dist" ],
1818 "scripts" : {
19- "build" : " tsup " ,
20- "dev" : " tsup --watch" ,
19+ "build" : " rslib build " ,
20+ "dev" : " rslib build --watch" ,
2121 "lint" : " biome check ." ,
2222 "lint:write" : " biome check . --write" ,
2323 "prepare" : " simple-git-hooks && npm run build" ,
2424 "test" : " playwright test" ,
25- "bump" : " npx bumpp"
25+ "bump" : " npx bumpp"
2626 },
2727 "simple-git-hooks" : {
2828 "pre-commit" : " npx nano-staged"
4242 "@playwright/test" : " ^1.48.2" ,
4343 "@rsbuild/core" : " 1.0.19" ,
4444 "@rsbuild/plugin-vue" : " 1.0.3" ,
45+ "@rslib/core" : " ^0.0.16" ,
4546 "@types/node" : " ^22.8.6" ,
4647 "nano-staged" : " ^0.8.0" ,
4748 "playwright" : " ^1.48.2" ,
4849 "simple-git-hooks" : " ^2.11.1" ,
49- "tsup" : " ^8.3.5" ,
5050 "typescript" : " ^5.6.3" ,
51- "vue" : " ^3.5.12"
51+ "vue" : " ^3.5.12"
5252 },
5353 "peerDependencies" : {
5454 "@rsbuild/core" : " 1.x"
You can’t perform that action at this time.
0 commit comments