-
Notifications
You must be signed in to change notification settings - Fork 81
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.72 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
{
"name": "@powersync/diagnostics-app",
"version": "0.13.15",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "pnpm build && pnpm preview"
},
"dependencies": {
"@journeyapps/wa-sqlite": "^1.7.0",
"@monaco-editor/react": "^4.7.0",
"@powersync/react": "workspace:*",
"@powersync/web": "workspace:*",
"@powersync/shared-internals": "workspace:*",
"@powersync/common": "workspace:*",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.64.1",
"@tanstack/react-router": "^1.153.2",
"@tanstack/react-table": "^8.21.3",
"bson": "catalog:",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"formik": "^2.4.9",
"lucide-react": "^0.562.0",
"react": "^18.2.0",
"react-click-away-listener": "^2.4.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@tailwindcss/vite": "^4.1.17",
"@tanstack/router-plugin": "^1.153.2",
"@types/node": "catalog:",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.2.1",
"tailwindcss": "^4.1.17",
"typescript": "catalog:",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
}
}