-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.25 KB
/
package.json
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
{
"name": "my-way-track",
"private": true,
"version": "0.0.1",
"type": "module",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@sqlite.org/sqlite-wasm": "^3.44.2-build1",
"@subzerocloud/rest-web": "^2.0.0",
"itty-router": "^4.0.23"
},
"overrides": {
"@raphiniert/ra-data-postgrest": "github:subzerocloud/ra-data-postgrest#distribution"
},
"devDependencies": {
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@subzerocloud/ra-subzero": "^2.0.0",
"@supabase/supabase-js": "^2.0.0",
"@tremor/react": "^3.6.0",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"dotenv": "^16.0.3",
"dotenv-expand": "^10.0.0",
"postcss": "^8.4.27",
"ra-core": "^4.7.0",
"ra-ui-materialui": "^4.7.1",
"react": "^18.0.0",
"react-admin": "^4.7.0",
"react-dom": "^18.0.0",
"react-hook-form": "^7.0.0",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^5.0.11"
}
}