summaryrefslogtreecommitdiff
path: root/app/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/package.json')
-rw-r--r--app/package.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/package.json b/app/package.json
new file mode 100644
index 0000000..1583658
--- /dev/null
+++ b/app/package.json
@@ -0,0 +1,28 @@
+{
+ "name": "app",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "scripts": {
+ "dev": "bunx --bun waku dev --port 3030",
+ "build": "bunx --bun waku build",
+ "start": "bunx --bun waku start"
+ },
+ "dependencies": {
+ "@google/genai": "^1.9.0",
+ "openai": "^5.9.0",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
+ "react-server-dom-webpack": "19.1.0",
+ "waku": "0.23.3"
+ },
+ "devDependencies": {
+ "@types/bun": "latest",
+ "@tailwindcss/postcss": "4.1.10",
+ "@types/react": "19.1.8",
+ "@types/react-dom": "19.1.6",
+ "postcss": "8.5.6",
+ "tailwindcss": "4.1.10",
+ "typescript": "5.8.3"
+ }
+}