diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-21 20:13:59 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-21 20:13:59 +0200 |
commit | bba9a3cb8648ca865ca0c32565e66b48b9ab6f5a (patch) | |
tree | 2048bb8087cdb0f0abcce921fb0a5787753f0b45 /package.json | |
parent | e5d8068a4e3301ea51ce427d6fd66f5f734bd370 (diff) |
project file beginnings
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 85414be..f59dfce 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,9 @@ "@types/mousetrap": "^1.6.8", "@types/uuid": "^8.3.0", "ajv": "^8.3.0", + "copy-webpack-plugin": "^9.0.1", + "jszip": "^3.6.0", + "mediainfo.js": "^0.1.5", "mousetrap": "^1.6.5", "next": "^11.0.1", "react": "^17.0.2", |