-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.42 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": "qw-server-browser",
"version": "0.1.0",
"description": "QuakeWorld Server Browser",
"author": "Viktor Persson",
"license": "MIT",
"repository": "vikpe/qw-server-browser",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "biome check --write src",
"lint": "biome lint src",
"test": "vitest --coverage",
"test:watch": "vitest --watch --coverage",
"supabase:types": "supabase gen types typescript --project-id ncsphkjfominimxztjip > src/pages/games/services/supabase/database.types.ts"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/react": "^18.3.13",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"supabase": "^2.0.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"dependencies": {
"@dnd-kit/core": "^6.3.0",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-switch": "^1.1.2",
"@reduxjs/toolkit": "^2.5.0",
"@sentry/react": "^8.44.0",
"@supabase/supabase-js": "2.47.6",
"@uidotdev/usehooks": "^2.4.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"copy-text-to-clipboard": "^3.2.0",
"dayjs": "^1.11.13",
"firebase-tools": "^13.29.0",
"formik": "^2.4.6",
"lodash.groupby": "^4.6.0",
"lucide-react": "^0.468.0",
"postcss": "^8.4.49",
"query-string": "^8.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-idle-timer": "^5.7.2",
"react-modern-drawer": "^1.4.0",
"react-range": "^1.10.0",
"react-redux": "^9.2.0",
"react-swipeable": "^7.0.2",
"react-toastify": "^9.1.3",
"remeda": "^2.17.4",
"sass": "^1.83.0",
"screenfull": "^6.0.2",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"urlcat": "2.0.4",
"use-double-tap": "^1.3.6",
"use-long-press": "^3.2.0",
"usehooks-ts": "^2.12.1",
"vite": "^6.0.3"
}
}