-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.03 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
{
"name": "redblue",
"version": "0.0.1",
"description": "Open-Source Hypervideo Framework",
"browser": "src/redblue-video-omni.js",
"scripts": {
"test": "web-test-runner test/**/*.test.js --node-resolve",
"storybook": "start-storybook",
"types": "rm -rf src/types && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedBlueVideo/redblue.git"
},
"keywords": [
"video",
"player",
"interactive-video",
"hvml",
"javascript",
"media-player",
"mediasource",
"video-player",
"videos",
"movies",
"films",
"interactive",
"interactive-fiction",
"interactive-storytelling",
"interactive-plots",
"interactive-courseware",
"nonlinear"
],
"author": {
"name": "Hugh Guiney",
"email": "[email protected]",
"url": "https://redblue.video"
},
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/RedBlueVideo/redblue/issues"
},
"homepage": "https://github.com/RedBlueVideo/redblue#readme",
"devDependencies": {
"@babel/core": "^7.23.3",
"@hughx/tsconfig": "^0.1.0",
"@skatejs/val": "^0.5.0",
"@storybook/react": "^7.5.3",
"@types/youtube": "^0.0.50",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@web/test-runner": "^0.18.0",
"babel-loader": "^9.1.3",
"codecov": "^3.8.3",
"deepmerge": "^4.2.2",
"eslint": "^8.54.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-hughx": "^0.1.1",
"eslint-config-hughx-ts": "^0.1.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-wc": "^2.0.4",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"npm-minify": "^0.0.9",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-xml-parser": "^1.1.8",
"typedoc": "^0.25.3",
"typescript": "^5.3.2",
"webpack": "^5.89.0"
}
}