-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 Bytes
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
{
"name": "react-multi-client",
"version": "0.0.7",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "pnpm build && pnpm preview",
"test:build": "pnpm build"
},
"dependencies": {
"@journeyapps/wa-sqlite": "^1.7.0",
"@powersync/react": "^1.10.0",
"@powersync/web": "^1.38.0",
"@supabase/supabase-js": "^2.43.1",
"@vitejs/plugin-react": "^4.2.1",
"@webflow/webflow-cli": "^1.6.9",
"autoprefixer": "10.4.14",
"lodash": "^4.17.21",
"postcss": "8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@swc/core": "~1.6.0",
"@types/cors": "~2.8.17",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/react": "^18.2.38",
"@types/react-dom": "^18.2.17",
"prettier": "^3.1.0",
"supabase": "^1.165.0",
"typescript": "^5.3.2",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2"
}
}