aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6cbba70
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "pressure",
+ "version": "0.1.0",
+ "description": "create presentations from video files",
+ "main": "index.js",
+ "repository": "git@pipeframe.xyz:lonkaars/pressure",
+ "author": "lonkaars <loek@pipeframe.xyz>",
+ "license": "MIT",
+ "private": false,
+ "dependencies": {
+ "@material-ui/core": "^4.11.4",
+ "@material-ui/icons": "^4.11.2",
+ "next": "^10.2.0",
+ "react": "^17.0.2",
+ "react-dom": "^17.0.2"
+ },
+ "devDependencies": {
+ "typescript": "^4.2.4"
+ }
+}