-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.58 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
{
"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.11.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.64.2",
"@tanstack/react-query-devtools": "^5.51.23",
"@vanilla-extract/css": "^1.17.0",
"axios": "^1.6.8",
"country-flag-icons": "^1.5.13",
"date-fns": "^3.6.0",
"embla-carousel-autoplay": "^8.2.0",
"embla-carousel-react": "^8.1.8",
"es-toolkit": "^1.27.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.2.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-hook-form": "^7.51.4",
"react-image-file-resizer": "^0.4.8",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-textarea-autosize": "^8.5.3",
"sonner": "^1.5.0",
"ts-pattern": "^5.3.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.16.3",
"@pandacss/dev": "^0.37.2",
"@tanstack/eslint-plugin-query": "^5.51.15",
"@types/qs": "^6.9.16",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@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.5.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.2.2",
"vite": "^5.2.0",
"vite-tsconfig-paths": "^4.3.2"
}
}