-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.84 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
{
"name": "arena-multiplexer",
"version": "0.2.0",
"private": true,
"license": "MIT",
"repository": "https://github.com/mguidetti/arena-multiplexer",
"author": "Michael Guidetti <michael@michaelguidetti.info>",
"scripts": {
"dev": "next dev & local-ssl-proxy --source 3001 --target 3000",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"@aredotna/sdk": "^0.0.4",
"@dnd-kit/core": "6.3.1",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@vercel/analytics": "^2.0.1",
"dayjs": "^1.11.20",
"debounce-promise": "^3.1.2",
"next": "15",
"next-auth": "4.24.13",
"react": "19",
"react-device-detect": "^2.2.3",
"react-dom": "19",
"react-hotkeys-hook": "^5.2.4",
"react-mosaic-component": "6.1.1",
"react-select": "^5.10.2",
"react-virtuoso": "^4.18.3",
"uuid": "^14.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.19",
"@types/debounce-promise": "^3.1.6",
"@types/node": "^18.14.1",
"@types/react": "19",
"@types/react-dom": "19",
"@types/uuid": "^9.0.1",
"autoprefixer": "^10.4.27",
"eslint": "^9",
"eslint-config-next": "15",
"local-ssl-proxy": "^2.0.5",
"postcss": "^8.5.10",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.2.4",
"typescript": "5",
"typescript-eslint": "^8.57.2"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}