-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.45 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.45 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
{
"name": "web-bml",
"version": "1.0.0",
"main": "server/index.ts",
"license": "MIT",
"dependencies": {
"arib-subtitle-timedmetadater": "^4.0.10",
"aribb24.js": "^1.10.9",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crc-32": "^1.2.2",
"css": "git+https://github.com/otya128/reworkcss-css.git#b29fc79faf40c8164b20a74ca818c28fab19cf71",
"dotenv": "^16.0.3",
"fast-xml-parser": "^4.0.11",
"hls.js": "^1.2.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-easy-ws": "^1.3.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-router": "^10.1.1",
"mpegts.js": "^1.6.10",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
},
"scripts": {
"start": "node build/index.js",
"build": "webpack --mode=production && tsc -p tsconfig.server.json",
"watch:client": "webpack --mode=development -w",
"dev": "ts-node server/index.ts"
},
"devDependencies": {
"@types/css": "^0.0.38",
"@types/koa": "^2.13.4",
"@types/koa-router": "^7.4.4",
"@types/node": "^24.3.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/ws": "^8.18.1",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.9.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"private": true,
"workspaces": [
"./node-aribts"
]
}