-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.88 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.88 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
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.75.5",
"@evolu/react": "^8.2.2",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource-variable/roboto-mono": "^5.1.0",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@remixicon/react": "^4.5.0",
"@scure/bip39": "^1.4.0",
"@tabler/icons-react": "^3.21.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.4",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.11",
"next-themes": "^0.4.3",
"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.1.2",
"react-hook-form": "^7.53.2",
"react-number-format": "^5.4.2",
"react-use-draggable-scroll": "^0.4.7",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-displaymodes": "^1.0.8",
"unplugin-fonts": "^1.1.1",
"vaul": "^1.1.1",
"workbox-window": "^7.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.9",
"@inlang/paraglide-js": "1.11.3",
"@inlang/paraglide-vite": "^1.2.76",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.4"
},
"engines": {
"node": ">=20"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}