aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorcaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 17:36:01 -0400
committercaleb.mabry.15@cnu.edu <caleb.mabry.15@cnu.edu>2022-03-23 17:36:01 -0400
commite28fcc59a76772eae64ed480919cddb60a3b5fce (patch)
treedb7ed6cf18f928fae734f3cc9430bb2b220ba2a0 /package.json
parenta7facd6e825e3a2d60752df0b8526482b19a12de (diff)
parentffa23343e0a0badd9e50a005359fdb79efead995 (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO into multipleBackgroundTypes
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index c523f7b..2467ff6 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,8 @@
"@babel/core": "^7.17.5",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.11",
+ "@babel/preset-typescript": "^7.16.7",
+ "@types/jest": "^27.4.1",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.4",
"dotenv": "^16.0.0",
@@ -45,6 +47,7 @@
},
"dependencies": {
"@fingerprintjs/fingerprintjs": "^3.3.3",
+ "@types/websocket": "^1.0.5",
"core-js": "^3.21.1",
"golden-layout": "^2.5.0",
"regenerator-runtime": "^0.13.9",