-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
89 lines (89 loc) · 2.87 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@needim/giderim-pwa",
"private": true,
"version": "0.7.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide && tsc && vite build",
"preview": "vite preview",
"check": "biome check --write .",
"test": "vitest",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 public/favicon.svg",
"postinstall": "paraglide-js compile --project ./project.inlang --outdir ./src/paraglide"
},
"dependencies": {
"@effect/schema": "^0.72.3",
"@evolu/react": "^8.2.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/roboto-mono": "^5.1.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@remixicon/react": "^4.2.0",
"@scure/bip39": "^1.4.0",
"@tabler/icons-react": "^3.18.0",
"@tailwindcss/forms": "^0.5.9",
"@uidotdev/usehooks": "^2.4.1",
"auto-text-size": "^0.2.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.9.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-dom-confetti": "^0.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.53.0",
"react-number-format": "^5.4.2",
"react-use-draggable-scroll": "^0.4.7",
"recharts": "^2.12.7",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-displaymodes": "^1.0.8",
"unplugin-fonts": "^1.1.1",
"vaul": "^1.0.0",
"workbox-window": "^7.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.2",
"@changesets/cli": "^2.27.8",
"@inlang/paraglide-js": "1.11.2",
"@inlang/paraglide-vite": "^1.2.74",
"@types/node": "^22.7.3",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1"
},
"engines": {
"node": ">=20"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}