|
1 | 1 | { |
2 | 2 | "name": "fayevr.dev", |
3 | | - "version": "0.2.8", |
| 3 | + "version": "0.2.9", |
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "next dev --turbo", |
8 | 8 | "build": "next build", |
9 | 9 | "start": "next start", |
10 | 10 | "lint": "next lint", |
11 | | - "format": "prettier --write ." |
| 11 | + "format": "prettier --write .", |
| 12 | + "preview": "opennextjs-cloudflare build && wrangler dev", |
| 13 | + "deploy": "opennextjs-cloudflare build && wrangler deploy", |
| 14 | + "cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts" |
12 | 15 | }, |
13 | 16 | "prettier": { |
14 | 17 | "trailingComma": "es5", |
|
19 | 22 | "dependencies": { |
20 | 23 | "@emotion/react": "^11.14.0", |
21 | 24 | "@emotion/styled": "^11.14.0", |
22 | | - "@headlessui/react": "^2.2.1", |
| 25 | + "@headlessui/react": "^2.2.4", |
23 | 26 | "@hookform/resolvers": "^3.10.0", |
24 | 27 | "@icons-pack/react-simple-icons": "^11.2.0", |
25 | | - "@radix-ui/react-context-menu": "^2.2.7", |
26 | | - "@radix-ui/react-scroll-area": "^1.2.4", |
27 | | - "@radix-ui/react-select": "^2.1.7", |
28 | | - "@radix-ui/react-separator": "^1.1.3", |
29 | | - "@radix-ui/react-slot": "^1.2.0", |
| 28 | + "@opennextjs/cloudflare": "^1.1.0", |
| 29 | + "@radix-ui/react-context-menu": "^2.2.15", |
| 30 | + "@radix-ui/react-scroll-area": "^1.2.9", |
| 31 | + "@radix-ui/react-select": "^2.2.5", |
| 32 | + "@radix-ui/react-separator": "^1.1.7", |
| 33 | + "@radix-ui/react-slot": "^1.2.3", |
30 | 34 | "@tailwindcss/forms": "^0.5.10", |
31 | | - "@tailwindcss/postcss": "^4.1.3", |
32 | | - "appwrite": "^17.0.1", |
| 35 | + "@tailwindcss/postcss": "^4.1.8", |
| 36 | + "appwrite": "^17.0.2", |
33 | 37 | "class-variance-authority": "^0.7.1", |
34 | 38 | "clsx": "^2.1.1", |
35 | 39 | "eslint": "9.19.0", |
36 | 40 | "eslint-config-next": "15.1.6", |
37 | 41 | "lucide-react": "^0.487.0", |
38 | | - "next": "^15.3.0", |
| 42 | + "next": "^15.3.3", |
39 | 43 | "next-navigation": "^1.0.6", |
40 | 44 | "next-themes": "^0.4.6", |
41 | 45 | "node-appwrite": "^15.0.1", |
42 | | - "postcss": "^8.5.3", |
| 46 | + "postcss": "^8.5.4", |
43 | 47 | "prettier": "^3.5.3", |
44 | 48 | "react": "19.0.0", |
45 | 49 | "react-dom": "19.0.0", |
46 | 50 | "sonner": "^1.7.4", |
47 | | - "tailwind-merge": "^3.2.0", |
| 51 | + "tailwind-merge": "^3.3.0", |
48 | 52 | "tailwindcss-animate": "^1.0.7", |
49 | 53 | "typescript": "^5.8.3", |
50 | 54 | "use-sound": "^5.0.0" |
51 | 55 | }, |
52 | 56 | "devDependencies": { |
53 | | - "@types/node": "22.14.0", |
54 | | - "@types/react": "19.1.1", |
55 | | - "tailwindcss": "^4.1.3" |
| 57 | + "@types/node": "^22.15.29", |
| 58 | + "@types/react": "^19.1.6", |
| 59 | + "tailwindcss": "^4.1.8", |
| 60 | + "wrangler": "^4.18.0" |
56 | 61 | } |
57 | 62 | } |
0 commit comments