Skip to content

Commit 7cae176

Browse files
committed
Update package.json
Some of the packages in `devdependencies` are required for the app to open in production
1 parent dd5860e commit 7cae176

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,11 @@
123123
"bulma": "^0.9.3",
124124
"bulma-checkradio": "^2.1.3",
125125
"bulma-switch": "^2.0.4",
126+
"chai": "^4.3.7",
126127
"chart.js": "^3.7.1",
127128
"classnames": "^2.3.1",
128129
"cookie-parser": "^1.4.6",
130+
"cors": "^2.8.5",
129131
"cross-fetch": "^3.1.5",
130132
"date-fns": "^2.28.0",
131133
"dexie": "^3.2.2",
@@ -166,6 +168,7 @@
166168
"socket.io": "^4.5.0",
167169
"socket.io-client": "^4.5.0",
168170
"uuid": "^8.3.2",
171+
"vm2": "^3.9.16",
169172
"websocket": "^1.0.34",
170173
"yamljs": "^0.3.0"
171174
},
@@ -199,8 +202,6 @@
199202
"@typescript-eslint/eslint-plugin": "^5.21.0",
200203
"@typescript-eslint/parser": "^5.21.0",
201204
"babel-loader": "^8.2.5",
202-
"cors": "^2.8.5",
203-
"chai": "^4.3.7",
204205
"chai-http": "^4.3.0",
205206
"concurrently": "^8.0.1",
206207
"cross-env": "^7.0.3",
@@ -235,7 +236,6 @@
235236
"ts-migrate": "^0.1.28",
236237
"typescript": "^4.6.3",
237238
"url-loader": "^4.1.1",
238-
"vm2": "^3.9.14",
239239
"webpack": "^5.72.0",
240240
"webpack-bundle-analyzer": "^4.5.0",
241241
"webpack-cli": "^4.9.2",

0 commit comments

Comments
 (0)