-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
133 lines (133 loc) · 4.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "gororobas.com",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"dev:network": "LOCAL_IP=$(ifconfig en0 | grep 'inet ' | awk '{print $2}') && next dev --turbo -H $LOCAL_IP",
"build": "next build",
"prebuild": "npm run generate:all",
"start": "EDGEDB_CLIENT_SECURITY=insecure_dev_mode next start",
"buildAndTest": "bun run build && bun run start",
"format": "prettier src --write",
"lint": "biome check src --write --diagnostic-level=error",
"auth:setup": "bun run auth-setup.ts",
"generate:edgeql": "npx @edgedb/generate edgeql-js --out src/edgeql --future-polymorphism-as-discriminated-unions --future-strict-type-names",
"generate:interfaces": "npx @edgedb/generate interfaces --file src/edgedb.interfaces.ts",
"generate:all": "pnpm generate:edgeql && pnpm generate:interfaces",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.0.6",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@edgedb/auth-core": "0.3.0-canary.20241217T160547",
"@edgedb/auth-nextjs": "0.4.0-canary.20241217T160555",
"@effect/experimental": "^0.36.0",
"@effect/opentelemetry": "^0.42.0",
"@effect/platform": "^0.72.0",
"@effect/platform-node": "^0.68.0",
"@floating-ui/react": "^0.27.2",
"@hookform/resolvers": "^3.9.1",
"@opentelemetry/exporter-metrics-otlp-http": "^0.57.0",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.57.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.57.0",
"@opentelemetry/exporter-trace-otlp-proto": "^0.57.0",
"@opentelemetry/sdk-metrics": "^1.30.0",
"@opentelemetry/sdk-trace-base": "^1.30.0",
"@opentelemetry/sdk-trace-node": "^1.30.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@sanity/client": "^6.24.1",
"@sanity/image-url": "^1.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tanstack/react-query": "^5.62.11",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-character-count": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-list-item": "^2.11.0",
"@tiptap/extension-placeholder": "^2.11.0",
"@tiptap/extension-text-style": "^2.11.0",
"@tiptap/html": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/react": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"@tiptap/suggestion": "^2.11.0",
"@xstate/react": "^5.0.1",
"ai": "^4.0.22",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"edgedb": "^1.5.12",
"effect": "^3.12.0",
"embla-carousel-autoplay": "^8.5.1",
"embla-carousel-react": "^8.5.1",
"embla-carousel-wheel-gestures": "^8.0.1",
"json-diff-ts": "^4.1.0",
"lucide-react": "^0.469.0",
"match-sorter": "^8.0.0",
"next": "^15.1.3",
"react": "^19.0.0",
"react-day-picker": "^9.5.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.5",
"react-hook-form": "7.52.2",
"react-intersection-observer": "^9.14.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"xstate": "^5.19.1",
"zod": "^3.24.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@edgedb/generate": "0.6.0-canary.20241217T160539",
"@portabletext/to-html": "^2.0.13",
"@sanity/types": "^3.68.3",
"@types/inquirer": "^9.0.7",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"lint-staged": {
"*.{js,ts,tsx,css}": "biome check --staged --diagnostic-level=error"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
},
"patchedDependencies": {
"@edgedb/auth-nextjs": "patches/@edgedb__auth-nextjs.patch"
}
}
}