-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
115 lines (115 loc) · 3.47 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
{
"name": "aurelius",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"clean": "rimraf node_modules build",
"dev": "remix vite:dev",
"deploy": "wrangler pages deploy ./build/client",
"dry-run": "wrangler pages functions build",
"format": "biome format --write .",
"lint": "biome lint --write .",
"start": "wrangler pages dev ./build/client",
"typecheck": "tsc"
},
"dependencies": {
"@effect/schema": "0.74.1",
"@evolu/common": "^5.4.4",
"@evolu/common-web": "^8.2.1",
"@evolu/react": "^8.2.0",
"@evolu/server": "^7.2.4",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@remix-run/cloudflare": "2.12.1",
"@remix-run/cloudflare-pages": "2.12.1",
"@remix-run/react": "2.12.1",
"@tanstack/react-table": "^8.19.3",
"@tiptap/core": "2.4.0",
"@tiptap/extension-bubble-menu": "2.4.0",
"@tiptap/extension-character-count": "^2.4.0",
"@tiptap/extension-code-block": "2.4.0",
"@tiptap/extension-code-block-lowlight": "2.4.0",
"@tiptap/extension-floating-menu": "2.4.0",
"@tiptap/extension-font-family": "2.4.0",
"@tiptap/extension-heading": "2.4.0",
"@tiptap/extension-highlight": "2.4.0",
"@tiptap/extension-image": "2.4.0",
"@tiptap/extension-link": "2.4.0",
"@tiptap/extension-placeholder": "2.4.0",
"@tiptap/extension-task-item": "2.4.0",
"@tiptap/extension-task-list": "2.4.0",
"@tiptap/extension-text-style": "2.4.0",
"@tiptap/extension-underline": "2.4.0",
"@tiptap/extension-youtube": "2.4.0",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.4.0",
"@tiptap/starter-kit": "^2.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"effect": "3.8.4",
"github-slugger": "^2.0.0",
"isbot": "^5.1.12",
"lowlight": "^3.1.0",
"lucide-react": "0.436.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-player": "^2.16.0",
"react-use-precision-timer": "^3.5.5",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"temporal-polyfill": "^0.2.5",
"tiny-invariant": "^1.3.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@cloudflare/workers-types": "^4.20240512.0",
"@remix-run/dev": "2.12.1",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vite-pwa/remix": "^0.1.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vite-tsconfig-paths": "^4.3.2",
"wrangler": "3.57.1"
},
"engines": {
"node": ">=20.0.0"
},
"overrides": {
"react": "18.3.0-canary-feed8f3f9-20240118",
"react-dom": "18.3.0-canary-feed8f3f9-20240118"
},
"trustedDependencies": [
"@biomejs/biome",
"better-sqlite3",
"esbuild",
"workerd"
]
}