-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.98 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.98 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
{
"name": "interview-balancing",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "eslint . --fix",
"format": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.7",
"@react-router/node": "7.6.3",
"@react-router/serve": "7.6.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "4.1.0",
"date-fns-tz": "3.2.0",
"isbot": "5.1.28",
"lucide-react": "^0.525.0",
"react": "19.1.0",
"react-day-picker": "9.8.0",
"react-dom": "19.1.0",
"react-router": "7.6.3",
"tailwind-merge": "^3.3.1",
"zustand": "5.0.6",
"zustand-computed": "2.1.0"
},
"devDependencies": {
"@eslint/compat": "1.3.1",
"@eslint/js": "9.30.1",
"@react-router/dev": "7.6.3",
"@tailwindcss/vite": "4.1.11",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/node": "24.0.10",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@typescript-eslint/parser": "8.36.0",
"eslint": "9.30.1",
"eslint-config-prettier": "10.1.5",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-no-relative-import-paths": "1.6.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"globals": "16.3.0",
"prettier": "3.6.2",
"prettier-plugin-classnames": "0.8.1",
"prettier-plugin-merge": "0.8.0",
"prettier-plugin-tailwindcss": "0.6.13",
"tailwindcss": "4.1.11",
"tw-animate-css": "^1.3.5",
"typescript": "5.8.3",
"typescript-eslint": "8.36.0",
"vite": "7.0.2",
"vite-tsconfig-paths": "5.1.4"
}
}