-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
96 lines (96 loc) · 3.07 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
90
91
92
93
94
95
96
{
"name": "coaching-sospeso",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"lint": "astro check --root src && eslint src --ignore-pattern \"storybook-static/**/*\"",
"format": "prettier src --write",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"unit": "vitest",
"unit:cov": "vitest run --coverage",
"e2e": "playwright test",
"e2e:install": "playwright install --with-deps",
"email:preview": "email preview ./src/shared/email",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@ariakit/react": "^0.4.15",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.0.0",
"@astrojs/vercel": "^8.0.0",
"@hookform/resolvers": "^3.9.1",
"@libsql/client": "^0.14.0",
"@sentry/astro": "^8.42.0",
"@sentry/browser": "^8.42.0",
"astro": "5.0.3",
"better-auth": "^1.0.10",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.37.0",
"jsx-email": "^2.4.2",
"lucide-react": "^0.468.0",
"marked": "^15.0.3",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-compiler-runtime": "19.0.0-beta-df7b47d-20241124",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-toastify": "^10.0.6",
"sanitize-html": "^2.13.1",
"unleash-client": "^6.1.3",
"unleash-proxy-client": "^3.6.1",
"valibot": "1.0.0-beta.9",
"vite": "^6.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@faker-js/faker": "^9.3.0",
"@playwright/test": "^1.49.0",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-onboarding": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/builder-vite": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.10.1",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/parser": "^8.17.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/browser": "^2.1.8",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "2.1.8",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"clsx": "^2.1.1",
"daisyui": "^4.12.14",
"drizzle-kit": "^0.29.1",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"playwright": "^1.49.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"storybook": "^8.4.6",
"tailwindcss": "^3.4.16",
"typescript": "5.7.2",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.8"
}
}