diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-24 16:55:07 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-24 16:55:07 +0200 |
commit | def71ea56c99873af04dadc1c0e801d42c406826 (patch) | |
tree | a083576cf451f6370c273d5d4586ac02aaa10998 /package.json | |
parent | ff0609458ab50dd627b13b604f7c8c42af9a67b3 (diff) |
import net video saves in the cool new file format :tada:
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f59dfce..9637f4d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "@mdi/js": "^5.9.55", "@mdi/react": "^1.5.0", "@types/mousetrap": "^1.6.8", + "@types/semver": "^7.3.8", "@types/uuid": "^8.3.0", "ajv": "^8.3.0", "copy-webpack-plugin": "^9.0.1", @@ -33,6 +34,7 @@ "react-dom": "^17.0.2", "react-spring": "^9.1.2", "react-use-gesture": "^9.1.3", + "semver": "^7.3.5", "timecode-boss": "^4.2.3", "ts-json-schema-generator": "^0.93.0", "use-mousetrap": "^1.0.4", |