-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.61 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.61 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
{
"name": "carena-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format .",
"type-check": "tsc --noEmit -p tsconfig.json",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --stats-json",
"chromatic": "chromatic --exit-zero-on-changes",
"chromatic:ci": "chromatic --only-changed --exit-zero-on-changes",
"api:generate": "swagger-typescript-api generate -p https://api.care-na.com/v3/api-docs -o src/shared/apis/generated --no-client --modular -d --extract-request-body --extract-response-body --extract-response-error"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"axios": "^1.13.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"mdx-loader": "^3.0.2",
"next-themes": "^0.4.6",
"overlay-kit": "^1.8.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.3",
"react-hook-form": "^7.71.1",
"react-lottie-player": "^2.1.0",
"react-markdown": "^10.1.0",
"react-router": "^7.11.0",
"recharts": "2.15.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.5",
"zustand": "^5.0.10"
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@chromatic-com/storybook": "^4.1.3",
"@commitlint/cli": "^20.3.0",
"@commitlint/config-conventional": "^20.3.0",
"@storybook/addon-a11y": "^10.1.11",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-vitest": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@svgr/plugin-svgo": "^8.1.0",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-query-devtools": "^5.91.2",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"chromatic": "^13.3.5",
"globals": "^16.5.0",
"lefthook": "^2.0.13",
"playwright": "^1.57.0",
"storybook": "^10.1.11",
"swagger-typescript-api": "^13.2.16",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^6.0.3",
"vitest": "^4.0.16"
}
}