File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ package.json
2+ LICENSE.md
Original file line number Diff line number Diff line change 1+ {
2+ "printWidth" : 120 ,
3+ "tabWidth" : 4 ,
4+ "endOfLine" : " auto" ,
5+ "trailingComma" : " all"
6+ }
Original file line number Diff line number Diff line change 77 "dev" : " vite" ,
88 "build" : " tsc && vite build" ,
99 "preview" : " vite preview" ,
10+ "format" : " prettier -w . --experimental-ternaries" ,
1011 "start" : " yarn package && node dist/index.cjs" ,
1112 "package:client" : " rimraf out/ && yarn build && mkdir -p out/ && cp -r index.html dist/ assets/ out/" ,
1213 "package:server" : " ncc build -m server.cjs -o dist/ --target es2022 --source-map" ,
4445 "reconnecting-websocket" : " ^4.4.0"
4546 },
4647 "devDependencies" : {
48+ "prettier" : " ^3.3.3" ,
4749 "@open-wc/building-rollup" : " ^3.0.2" ,
4850 "@rollup/plugin-commonjs" : " ^26.0.1" ,
4951 "@rollup/plugin-terser" : " ^0.4.4" ,
You can’t perform that action at this time.
0 commit comments