forked from yoursunny/NDNts-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.44 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
{
"private": true,
"scripts": {
"build": "webpack",
"lint": "xo --fix",
"serve": "webpack serve --mode=development"
},
"dependencies": {
"@bugsnag/js": "^7.16.1",
"@ndn/autoconfig": "https://ndnts-nightly.ndn.today/autoconfig.tgz",
"@ndn/naming-convention1": "https://ndnts-nightly.ndn.today/naming-convention1.tgz",
"@ndn/naming-convention2": "https://ndnts-nightly.ndn.today/naming-convention2.tgz",
"@ndn/packet": "https://ndnts-nightly.ndn.today/packet.tgz",
"@ndn/quic-transport": "https://ndnts-nightly.ndn.today/quic-transport.tgz",
"@ndn/segmented-object": "https://ndnts-nightly.ndn.today/segmented-object.tgz",
"@ndn/tlv": "https://ndnts-nightly.ndn.today/tlv.tgz",
"@ndn/ws-transport": "https://ndnts-nightly.ndn.today/ws-transport.tgz",
"embed-video": "^2.0.4",
"ga-lite": "^2.1.4",
"hashquery": "^1.0.0",
"hirestime": "^6.1.0",
"loglevel": "^1.8.0",
"mnemonist": "^0.39.0",
"p-queue": "^7.2.0",
"redom": "^3.27.1",
"shaka-player": "^3.3.1",
"url": "^0.11.0"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@yoursunny/xo-config": "^0.47.0",
"babel-loader": "^8.2.3",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-redom-jsx": "^3.0.4",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"browserslist": [
"since 2021-07"
]
}