-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
{
"name": "yjs-react-supabase-text-collab",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "pnpm build && pnpm preview"
},
"dependencies": {
"@powersync/react": "workspace:*",
"@powersync/web": "workspace:*",
"@journeyapps/wa-sqlite": "^1.3.1",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
"@supabase/supabase-js": "^2.39.8",
"@tiptap/extension-collaboration": "2.2.2",
"@tiptap/extension-collaboration-cursor": "2.2.2",
"@tiptap/extension-highlight": "2.2.2",
"@tiptap/extension-task-item": "2.2.2",
"@tiptap/extension-task-list": "2.2.2",
"@tiptap/react": "2.2.2",
"@tiptap/starter-kit": "2.2.2",
"lato-font": "^3.0.0",
"lib0": "^0.2.91",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router": "^6.22.3",
"react-router-dom": "^6.22.3",
"remixicon": "^2.5.0",
"uuid": "^9.0.1",
"yjs": "^13.6.14"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@types/uuid": "9.0.8",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"style-loader": "^3.3.4",
"supabase": "1.142.2",
"vite": "^5.1.6",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}