-
Notifications
You must be signed in to change notification settings - Fork 923
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.37 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.37 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
{
"name": "@steel-browser/ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "serve dist -l 5173",
"dev": "vite --host ${HOST:-0.0.0.0}",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 10",
"preview": "vite preview",
"generate-api": "openapi-ts"
},
"dependencies": {
"@fontsource/inter": "^5.0.13",
"@hey-api/client-fetch": "^0.4.0",
"@hookform/resolvers": "^3.9.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/themes": "^3.0.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.20.5",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.12.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"i": "^0.3.7",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.447.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.0",
"react-router-dom": "^6.16.0",
"react-top-loading-bar": "^2.3.1",
"rrweb-player": "^1.0.0-alpha.4",
"serve": "^14.0.1",
"styled-components": "^6.0.8",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.39",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@hey-api/openapi-ts": "^0.53.6",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.18",
"@types/node": "^20.8.4",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.8",
"@types/styled-components": "^5.1.28",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.20",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.7.3",
"vite": "^6.3.5"
},
"overrides": {
"tar-fs": ">=3.1.1"
}
}