-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 1.9 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
{
"name": "sora-devtools",
"version": "2025.1.0-canary.3",
"description": "WebRTC SFU Sora DevTools",
"repository": {
"type": "git",
"url": "git+https://github.com/shiguredo/sora-devtools.git"
},
"author": "Shiguredo Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://discord.gg/shiguredo"
},
"homepage": "https://github.com/shiguredo/sora-devtools#readme",
"scripts": {
"dev": "vite --port 3333",
"build": "vite build",
"preview": "vite preview",
"dist": "pnpm run cleanup && pnpm install && vite build && pnpm run copy",
"copy": "cp dist/index.html dist/devtools.html",
"fmt": "biome format --write",
"lint": "biome lint",
"fix": "biome check --apply",
"test": "vitest run",
"check": "tsc --noEmit",
"e2e-test": "playwright test --project=chromium",
"cleanup": "git clean -ffdx --exclude .env"
},
"dependencies": {
"@reduxjs/toolkit": "2.5.0",
"@shiguredo/light-adjustment": "2024.1.0",
"@shiguredo/mp4-media-stream": "2024.3.0",
"@shiguredo/noise-suppression": "2022.4.2",
"@shiguredo/virtual-background": "2023.2.0",
"bootstrap": "5.3.3",
"query-string": "9.1.1",
"react": "19.0.0",
"react-bootstrap": "2.10.7",
"react-dom": "19.0.0",
"react-draggable": "4.4.6",
"react-redux": "9.2.0",
"redux": "5.0.1",
"redux-logger": "3.0.6",
"redux-thunk": "3.1.0",
"sora-js-sdk": "2025.1.0-canary.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@playwright/test": "1.49.1",
"@types/node": "22.10.5",
"@types/react": "19.0.3",
"@types/react-dom": "19.0.2",
"@types/react-redux": "7.1.34",
"@types/redux-logger": "3.0.13",
"@vitejs/plugin-react": "4.3.4",
"dotenv": "16.4.7",
"jsdom": "25.0.1",
"typescript": "5.7.2",
"vite": "6.0.7",
"vitest": "2.1.8"
},
"packageManager": "pnpm@9.15.1",
"engines": {
"node": ">=22.11"
}
}