-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.71 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.71 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "webapp",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"format": "biome format",
"format:fix": "biome format --write",
"lint": "biome lint",
"check": "biome check",
"openapi-ts": "openapi-ts",
"prepare": "husky",
"preview": "vite preview",
"deploy": "wrangler deploy",
"deploy:production": "wrangler deploy --name aura-historia",
"deploy:staging": "wrangler deploy --name aura-historia-staging",
"cf-typegen": "wrangler types"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"biome check --write --no-errors-on-unmatched --files-ignore-unknown=true"
]
},
"dependencies": {
"@aws-amplify/auth": "^6.19.1",
"@aws-amplify/ui-react": "^6.15.2",
"@cloudflare/vite-plugin": "^1.31.2",
"@faker-js/faker": "^10.4.0",
"@fontsource-variable/manrope": "^5.2.8",
"@fontsource-variable/newsreader": "^5.2.10",
"@hookform/resolvers": "^5.2.2",
"@number-flow/react": "^0.6.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@t3-oss/env-core": "^0.13.11",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-form": "^1.28.5",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-query-devtools": "^5.95.2",
"@tanstack/react-router": "^1.168.3",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/react-router-ssr-query": "^1.166.10",
"@tanstack/react-start": "^1.167.6",
"@tanstack/react-store": "^0.9.3",
"@tanstack/react-table": "^8.21.2",
"@tanstack/react-virtual": "^3.13.23",
"@tanstack/router-plugin": "^1.167.4",
"@tanstack/start-server-core": "^1.167.3",
"accept-language": "^3.0.20",
"apexcharts": "^5.10.4",
"aws-amplify": "^6.16.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"components": "link:@/components",
"country-flag-icons": "^1.6.15",
"date-fns": "^4.1.0",
"embla-carousel": "^8.6.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"i18next": "^26.0.4",
"i18next-browser-languagedetector": "^8.2.1",
"lottie-react": "^2.4.1",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-apexcharts": "^1.9.0",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.5",
"react-ga4": "^2.1.0",
"react-hook-form": "^7.72.0",
"react-i18next": "^17.0.2",
"react-intersection-observer": "^10.0.3",
"react-markdown": "^10.1.0",
"react-share": "^5.2.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.0",
"usehooks-ts": "^3.1.1",
"vaul": "^1.1.2",
"yet-another-react-lightbox": "^3.29.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.4.11",
"@hey-api/openapi-ts": "0.96.0",
"@playwright/test": "^1.59.1",
"@tanstack/devtools-vite": "^0.6.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "4.1.4",
"husky": "^9.1.7",
"jsdom": "^29.0.2",
"lint-staged": "^16.4.0",
"typescript": "^5.9.3",
"vite": "^8.0.8",
"vitest": "^4.1.4",
"web-vitals": "^5.2.0",
"wrangler": "4.82.0"
}
}