-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (121 loc) · 4.02 KB
/
package.json
File metadata and controls
122 lines (121 loc) · 4.02 KB
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
{
"name": "@omnidotdev/runa-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others --names \"GRAPHQL-CODEGEN,CLIENT\" -c \"bgBlue.bold,bgMagenta.bold\" \"bun run graphql:generate:watch\" \"bun dev:vite\"",
"dev:vite": "bun --env-file .env.local --env-file .env.development vite dev",
"build": "tsc --noEmit && vite build",
"start": "node .output/server/index.mjs",
"check": "biome check --diagnostic-level=error",
"format": "biome format --write",
"lint": "biome lint --diagnostic-level=error",
"graphql:generate": "NODE_PATH=src/ dotenv -e .env.development -- graphql-codegen --config src/lib/graphql/codegen.config.ts",
"graphql:generate:watch": "bun graphql:generate -w",
"knip": "knip-bun",
"test": "bun test",
"prepare": "husky"
},
"dependencies": {
"@ark-ui/react": "^5.30.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@hello-pangea/dnd": "^18.0.1",
"@internationalized/date": "^3.10.1",
"@lexical/code": "^0.39.0",
"@lexical/html": "^0.39.0",
"@lexical/link": "^0.39.0",
"@lexical/list": "^0.39.0",
"@lexical/react": "^0.39.0",
"@lexical/rich-text": "^0.39.0",
"@omnidotdev/providers": "github:omnidotdev/providers#97a4ace",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tanstack/react-form": "^1.27.7",
"@tanstack/react-pacer": "^0.19.1",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-router": "^1.147.3",
"@tanstack/react-router-ssr-query": "^1.147.3",
"@tanstack/react-start": "^1.149.1",
"@tanstack/zod-adapter": "^1.147.3",
"better-all": "^0.0.3",
"better-auth": "^1.5.6",
"chrono-node": "^2.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"graphql": "^16.12.0",
"graphql-request": "^7.4.0",
"lexical": "^0.39.0",
"lucide-react": "^0.562.0",
"ms": "^2.1.3",
"pg": "^8.17.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hotkeys-hook": "^5.2.1",
"react-icons": "^5.6.0",
"satori": "^0.25.0",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"ts-pattern": "^5.9.0",
"unleash-client": "^6.3.0",
"usehooks-ts": "^3.1.1",
"zod": "4.3.5",
"zustand": "^5.0.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@graphql-codegen/add": "^6.0.0",
"@graphql-codegen/cli": "^6.1.1",
"@graphql-codegen/import-types-preset": "^3.0.1",
"@graphql-codegen/plugin-helpers": "^6.1.0",
"@graphql-codegen/typescript": "^5.0.7",
"@graphql-codegen/typescript-graphql-request": "^6.4.0",
"@graphql-codegen/typescript-msw": "^3.0.1",
"@graphql-codegen/typescript-operations": "^5.0.7",
"@graphql-codegen/typescript-react-query": "^6.1.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/devtools-vite": "^0.4.1",
"@tanstack/nitro-v2-vite-plugin": "^1.141.0",
"@tanstack/react-devtools": "^0.9.2",
"@tanstack/react-query-devtools": "^5.91.2",
"@tanstack/react-router-devtools": "^1.149.0",
"@types/bun": "^1.3.10",
"@types/ms": "^2.1.0",
"@types/node": "^25.0.6",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.1.2",
"concurrently": "^9.2.1",
"dotenv": "^17.2.3",
"dotenv-cli": "^11.0.0",
"husky": "^9.1.7",
"knip": "^5.80.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-mkcert": "^1.17.9",
"vite-tsconfig-paths": "^6.0.4"
},
"trustedDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"msw",
"oxc-resolver",
"sharp"
],
"overrides": {
"@internationalized/date": "^3.10.1"
}
}