summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..34b4561
--- /dev/null
+++ b/package.json
@@ -0,0 +1,23 @@
+{
+  "name": "tempest.dev",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "",
+  "license": "ISC",
+  "dependencies": {
+    "next": "^13.4.1",
+    "react": "^18.2.0",
+    "react-dom": "^18.2.0",
+    "sharp": "^0.32.1",
+    "victormono": "^1.5.5"
+  },
+  "devDependencies": {
+    "@types/node": "20.1.0",
+    "@types/react": "^18.2.6",
+    "typescript": "5.0.4"
+  }
+}