-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.21 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
{
"name": "livestore-rr7-cf-example",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"cf-typegen": "wrangler types",
"deploy": "npm run build && wrangler deploy",
"dev": "react-router dev",
"preview": "npm run build && vite preview",
"typecheck": "npm run cf-typegen && react-router typegen && tsc -b"
},
"dependencies": {
"@livestore/adapter-web": "0.3.0",
"@livestore/devtools-vite": "0.3.0",
"@livestore/livestore": "0.3.0",
"@livestore/peer-deps": "0.3.0",
"@livestore/react": "0.3.0",
"@livestore/sync-cf": "0.3.0",
"@livestore/wa-sqlite": "1.0.5-dev.2",
"isbot": "^5.1.27",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "^7.5.3"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.0.12",
"@cloudflare/workers-types": "^4.20250429.0",
"@react-router/dev": "^7.5.3",
"@tailwindcss/vite": "^4.1.4",
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"tailwindcss": "^4.1.4",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-plugin-devtools-json": "^0.1.0",
"vite-tsconfig-paths": "^5.1.4",
"wrangler": "^4.13.2"
}
}