-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.74 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.74 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
{
"name": "ku-key_front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prepare": "panda codegen",
"dev": "vite",
"dev:testserver": "vite --mode testserver",
"production": "vite --mode production",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"codegen": "node ./scripts/generate-oas.js",
"re:gen:api": "node ./scripts/re-create-api-json.js"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.17.6",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@tanstack/react-query": "^5.79.2",
"@tanstack/react-query-devtools": "^5.79.2",
"@vanilla-extract/css": "^1.17.0",
"@vanilla-extract/recipes": "^0.5.5",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.19",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.2.0",
"embla-carousel-react": "^8.1.8",
"es-toolkit": "^1.38.0",
"framer-motion": "^11.3.24",
"heic2any": "^0.0.4",
"html2canvas": "^1.4.1",
"iso-3166-1-ts": "^0.2.2",
"jotai": "^2.8.0",
"lucide-react": "^0.441.0",
"qs": "^6.13.0",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^5.0.0",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.51.4",
"react-icons": "^5.5.0",
"react-image-file-resizer": "^0.4.8",
"react-router-dom": "^6.30.1",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.7.4",
"ts-pattern": "^5.7.1",
"zod": "^3.25.49"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.16.3",
"@pandacss/dev": "^0.37.2",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/qs": "^6.14.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vanilla-extract/vite-plugin": "^4.0.19",
"@vitejs/plugin-react-swc": "^3.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"prettier": "^3.2.5",
"typescript": "^5.8.3",
"vite": "^5.4.19",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "yarn@4.6.0"
}