-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
111 lines (111 loc) · 3.68 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "dazzle_hr_facade",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest"
},
"dependencies": {
"@dword-design/eslint-plugin-import-alias": "^4.0.8",
"@hookform/resolvers": "^3.1.1",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-oauth/google": "^0.11.1",
"@sentry/react": "^7.60.1",
"@sentry/tracing": "^7.60.1",
"@storybook/theming": "^7.1.1",
"@tanstack/query-sync-storage-persister": "^4.33.0",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-table": "^8.9.3",
"@testing-library/react": "^14.0.0",
"@types/google-one-tap": "^1.2.2",
"@types/jest": "^29.5.3",
"@types/testing-library__jest-dom": "^5.14.9",
"axios": "^1.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"country-codes-list": "^1.6.11",
"date-fns": "^2.30.0",
"downshift": "^8.0.0",
"faker": "^6.6.6",
"firebase": "^10.1.0",
"framer-motion": "^10.15.0",
"google-libphonenumber": "^3.2.32",
"google-one-tap": "^1.0.6",
"libphonenumber-js": "^1.10.38",
"lucide-react": "^0.263.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-day-picker": "^8.8.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-hot-toast": "^2.4.1",
"react-hotkeys": "^2.0.0",
"react-icons": "^4.10.1",
"react-joyride": "^2.5.5",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.3.1",
"react-query": "^3.39.3",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.4",
"react-spinners": "^0.13.8",
"react-timezone-select": "^2.1.2",
"styled-components": "^6.0.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.6",
"usehooks-ts": "^2.9.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.1.1",
"@storybook/addon-interactions": "^7.1.1",
"@storybook/addon-links": "^7.1.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.1.1",
"@storybook/react": "^7.1.1",
"@storybook/react-vite": "^7.1.1",
"@storybook/testing-library": "^0.2.0",
"@tanstack/eslint-plugin-query": "^4.32.5",
"@types/node": "^20.4.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"chalk": "^5.3.0",
"daisyui": "^3.5.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"eslint-plugin-storybook": "^0.6.13",
"postcss": "^8.4.27",
"storybook": "^7.1.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}