-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.13 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
{
"name": "subs-savvy",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"start:dev": "vite",
"build": "vite build",
"tsc": "tsc",
"lint:check": "biome check .",
"lint:write": "biome check --write .",
"lint:write:unsafe": "biome check --write --unsafe .",
"e2e:ui": "playwright test --ui",
"e2e:codegen": "playwright codegen",
"prepare": "lefthook install"
},
"dependencies": {
"@hookform/resolvers": "^3.6.0",
"@mantine/core": "^7.13.3",
"@mantine/dates": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@tabler/icons-react": "^3.19.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"dexie": "^4.0.7",
"dexie-react-hooks": "^1.1.7",
"i18next": "^23.12.2",
"i18next-fetch-backend": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.5",
"react-i18next": "^15.0.0",
"react-router-dom": "^6.23.1",
"recharts": "^2.10.3",
"simple-icons": "^13.0.0",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.7.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react-swc": "^3.7.0",
"@vitest/coverage-v8": "^2.0.1",
"autoprefixer": "^10.4.19",
"cssnano": "^7.0.1",
"dotenv": "^16.4.5",
"fake-indexeddb": "^6.0.0",
"fs-extra": "^11.2.0",
"happy-dom": "^15.7.4",
"i18next-hmr": "^3.1.2",
"lefthook": "^1.7.5",
"postcss": "^8.4.38",
"postcss-load-config": "^6.0.1",
"postcss-nested": "^6.0.1",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.4.3",
"tsx": "^4.19.1",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.0.1",
"wrangler": "^3.67.1"
},
"engines": {
"node": ">=22"
},
"os": [
"darwin",
"linux"
]
}