summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..4d2eb6e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "waku",
+ "version": "0.0.0",
+ "type": "module",
+ "private": true,
+ "scripts": {
+ "dev": "bunx --bun waku dev",
+ "build": "bunx --bun waku build",
+ "start": "bunx --bun waku start"
+ },
+ "dependencies": {
+ "@hookform/resolvers": "^5.0.1",
+ "@radix-ui/react-label": "^2.1.6",
+ "@radix-ui/react-select": "^2.2.4",
+ "@radix-ui/react-slot": "^1.2.2",
+ "class-variance-authority": "^0.7.1",
+ "clsx": "^2.1.1",
+ "franc-all": "^7.2.0",
+ "lucide-react": "^0.510.0",
+ "next-themes": "^0.4.6",
+ "react": "19.1.0",
+ "react-dom": "19.1.0",
+ "react-server-dom-webpack": "19.1.0",
+ "sonner": "^2.0.3",
+ "tailwind-merge": "^3.2.0",
+ "tw-animate-css": "^1.2.9",
+ "waku": "0.22.4",
+ "wikipedia": "^2.1.2",
+ "zod": "^3.24.4"
+ },
+ "devDependencies": {
+ "@tailwindcss/postcss": "4.1.4",
+ "@types/bun": "latest",
+ "@types/react": "19.1.2",
+ "@types/react-dom": "19.1.2",
+ "postcss": "8.5.3",
+ "tailwindcss": "4.1.4",
+ "typescript": "5.8.3",
+ "vite-tsconfig-paths": "^5.1.4"
+ }
+}