-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.45 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
{
"name": "@powersync/react-custom-auth-todolist",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"start": "pnpm build && pnpm preview"
},
"dependencies": {
"@convex-dev/auth": "^0.0.91",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@journeyapps/wa-sqlite": "^1.2.0",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.12",
"@mui/x-data-grid": "^6.19.6",
"@powersync/react": "^1.5.1",
"@powersync/web": "^1.12.1",
"convex": "^1.32.0",
"js-logger": "^1.6.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"babel-loader": "^9.1.3",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite-plugin-pwa": "^0.19.2",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
},
"pnpm": {
"overrides": {
"uuid": "^9.0.0"
},
"onlyBuiltDependencies": [
"@journeyapps/wa-sqlite",
"@swc/core",
"esbuild"
]
}
}