File tree Expand file tree Collapse file tree 15 files changed +11
-48
lines changed
Expand file tree Collapse file tree 15 files changed +11
-48
lines changed Original file line number Diff line number Diff line change 3434 "typedoc" : " ^0.28.0" ,
3535 "typedoc-plugin-markdown" : " ^4.4.2" ,
3636 "typescript" : " ^5.7.3" ,
37- "typescript-eslint" : " ^8.24.0" ,
38- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
37+ "typescript-eslint" : " ^8.24.0"
3938 },
4039 "dependencies" : {
4140 "@protobuf-ts/runtime" : " ^2.9.4" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ FROM node:20-bookworm
44# # Maybe something like: docker build -t epicgames/jsstreamer:latest -f ./Extras/JSStreamer/Dockerfile .
55
66WORKDIR /streamer
7- COPY /Extras/eslint/plugin-check-copyright ./Extras/eslint/plugin-check-copyright
87COPY /Common ./Common
98COPY /Extras/JSStreamer ./Extras/JSStreamer
109COPY ./package.json ./package.json
Original file line number Diff line number Diff line change 3232 "webpack" : " ^5.97.1" ,
3333 "webpack-cli" : " ^6.0.1" ,
3434 "webpack-dev-server" : " ^5.2.0" ,
35- "webpack-node-externals" : " ^3.0.0" ,
36- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
35+ "webpack-node-externals" : " ^3.0.0"
3736 },
3837 "dependencies" : {
3938 "@epicgames-ps/lib-pixelstreamingcommon-ue5.5" : " *"
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ COPY NODE_VERSION ./NODE_VERSION
66COPY package.json ./package.json
77COPY Common/ ./Common
88COPY Extras/SS_Test/ ./Extras/SS_Test
9- COPY Extras/eslint/plugin-check-copyright ./Extras/eslint/plugin-check-copyright
109
1110RUN npm i
1211RUN cd Common && npm i && npm run build
Original file line number Diff line number Diff line change 2222 "@types/node" : " ^20.10.1" ,
2323 "@types/ws" : " ^8.5.10" ,
2424 "rimraf" : " ^5.0.5" ,
25- "typescript" : " ^5.3.2" ,
26- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
25+ "typescript" : " ^5.3.2"
2726 }
2827}
Original file line number Diff line number Diff line change 2424 },
2525 "dependencies" : {
2626 "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5" : " *" ,
27- "@epicgames-ps/eslint-plugin-check-copyright" : " *" ,
2827 "react" : " ^19.0.0" ,
2928 "react-dom" : " ^19.0.0"
3029 }
Original file line number Diff line number Diff line change 2222 },
2323 "dependencies" : {
2424 "@epicgames-ps/lib-pixelstreamingfrontend-ue5.5" : " *" ,
25- "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5" : " *" ,
26- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
25+ "@epicgames-ps/lib-pixelstreamingfrontend-ui-ue5.5" : " *"
2726 }
2827}
Original file line number Diff line number Diff line change 2929 "rimraf" : " ^6.0.1" ,
3030 "ts-jest" : " ^29.2.5" ,
3131 "typescript" : " ^5.7.3" ,
32- "typescript-eslint" : " ^8.24.0" ,
33- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
32+ "typescript-eslint" : " ^8.24.0"
3433 },
3534 "dependencies" : {
3635 "@epicgames-ps/lib-pixelstreamingcommon-ue5.5" : " ^0.2.9" ,
Original file line number Diff line number Diff line change 2323 "nodemon" : " ^3.1.9" ,
2424 "rimraf" : " ^6.0.1" ,
2525 "typescript" : " ^5.7.3" ,
26- "typescript-eslint" : " ^8.24.0" ,
27- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
26+ "typescript-eslint" : " ^8.24.0"
2827 },
2928 "dependencies" : {
3029 "jss" : " ^10.10.0" ,
Original file line number Diff line number Diff line change 3131 "typedoc" : " ^0.28.0" ,
3232 "typedoc-plugin-markdown" : " ^4.4.2" ,
3333 "typescript" : " ^5.7.3" ,
34- "typescript-eslint" : " ^8.24.0" ,
35- "@epicgames-ps/eslint-plugin-check-copyright" : " *"
34+ "typescript-eslint" : " ^8.24.0"
3635 },
3736 "dependencies" : {
3837 "express" : " ^4.21.2" ,
You can’t perform that action at this time.
0 commit comments