File tree Expand file tree Collapse file tree 2 files changed +77
-1013
lines changed
Expand file tree Collapse file tree 2 files changed +77
-1013
lines changed Original file line number Diff line number Diff line change 2323 "lint:fix" : " eslint --fix ." ,
2424 "format" : " prettier --write ." ,
2525 "docs:generate" : " rimraf documentation-website/* && typedoc" ,
26- "docs:serve" : " live-server ./ documentation-website"
26+ "docs:serve" : " npx serve -s documentation-website -p 9999 "
2727 },
2828 "author" : " DittoLive Inc." ,
2929 "license" : " ISC" ,
7171 "karma-mocha-reporter" : " ^2.2.5" ,
7272 "karma-typescript" : " ^5.5.4" ,
7373 "karma-typescript-es6-transform" : " ^5.5.4" ,
74- "live-server" : " ^1.2.1" ,
7574 "lodash" : " ^4.17.21" ,
7675 "mocha" : " ^10.1.0" ,
7776 "prettier" : " 3.2.5" ,
8079 "react" : " ^18.0.0" ,
8180 "react-dom" : " ^18.0.0" ,
8281 "react-test-renderer" : " ^18.0.0" ,
83- "rimraf" : " ^5 .0.5 " ,
82+ "rimraf" : " ^6 .0.1 " ,
8483 "sinon" : " ^17.0.1" ,
8584 "sinon-chai" : " ^3.7.0" ,
8685 "typedoc" : " ^0.25.13" ,
You can’t perform that action at this time.
0 commit comments