File tree 2 files changed +77
-1013
lines changed
2 files changed +77
-1013
lines changed Original file line number Diff line number Diff line change 23
23
"lint:fix" : " eslint --fix ." ,
24
24
"format" : " prettier --write ." ,
25
25
"docs:generate" : " rimraf documentation-website/* && typedoc" ,
26
- "docs:serve" : " live-server ./ documentation-website"
26
+ "docs:serve" : " npx serve -s documentation-website -p 9999 "
27
27
},
28
28
"author" : " DittoLive Inc." ,
29
29
"license" : " ISC" ,
71
71
"karma-mocha-reporter" : " ^2.2.5" ,
72
72
"karma-typescript" : " ^5.5.4" ,
73
73
"karma-typescript-es6-transform" : " ^5.5.4" ,
74
- "live-server" : " ^1.2.1" ,
75
74
"lodash" : " ^4.17.21" ,
76
75
"mocha" : " ^10.1.0" ,
77
76
"prettier" : " 3.2.5" ,
80
79
"react" : " ^18.0.0" ,
81
80
"react-dom" : " ^18.0.0" ,
82
81
"react-test-renderer" : " ^18.0.0" ,
83
- "rimraf" : " ^5 .0.5 " ,
82
+ "rimraf" : " ^6 .0.1 " ,
84
83
"sinon" : " ^17.0.1" ,
85
84
"sinon-chai" : " ^3.7.0" ,
86
85
"typedoc" : " ^0.25.13" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments