-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 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
{
"name": "loro-mirror-example-react-todo-list",
"private": true,
"version": "0.0.0",
"description": "Lightweight React + Vite example using loro-mirror and loro-mirror-react.",
"type": "module",
"scripts": {
"predev": "pnpm -r --filter loro-mirror --filter loro-mirror-react build",
"dev": "vite --force",
"app:build": "vite build",
"preview": "vite preview --strictPort --port 5173",
"check": "pnpm typecheck && pnpm lint",
"typecheck": "tsc --noEmit",
"lint": "oxlint --type-aware"
},
"dependencies": {
"@loro-dev/peer-lease": "^2.0.2",
"loro-adaptors": "^0.6.0",
"loro-crdt": "^1.10.3",
"loro-mirror": "^1.2.1",
"loro-mirror-react": "^1.2.1",
"loro-websocket": "^0.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.1",
"oxlint": "^1.16.0",
"oxlint-tsgolint": "^0.2.0",
"typescript": "^5.3.3",
"vite": "^5.4.3",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}