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 7
7
"dev" : " vite" ,
8
8
"build" : " tsc && vite build" ,
9
9
"preview" : " vite preview" ,
10
+ "format" : " prettier -w . --experimental-ternaries" ,
10
11
"start" : " yarn package && node dist/index.cjs" ,
11
12
"package:client" : " rimraf out/ && yarn build && mkdir -p out/ && cp -r index.html dist/ assets/ out/" ,
12
13
"package:server" : " ncc build -m server.cjs -o dist/ --target es2022 --source-map" ,
44
45
"reconnecting-websocket" : " ^4.4.0"
45
46
},
46
47
"devDependencies" : {
48
+ "prettier" : " ^3.3.3" ,
47
49
"@open-wc/building-rollup" : " ^3.0.2" ,
48
50
"@rollup/plugin-commonjs" : " ^26.0.1" ,
49
51
"@rollup/plugin-terser" : " ^0.4.4" ,
You can’t perform that action at this time.
0 commit comments