-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.55 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
{
"name": "@nti/web-video",
"version": "1.70.0-alpha",
"author": "nextthought",
"description": "A Video component for ReactJS",
"license": "UNLICENSED",
"main": "./src/index.js",
"exports": {
".": "./src/index.js",
"./controls": "./src/controls/index.js"
},
"module": "src/index.js",
"sideEffects": [
"*.css",
"*.scss"
],
"scripts": {
"test": "cmp-scripts test",
"clean": "cmp-scripts clean",
"check": "cmp-scripts check",
"legacy-test-app": "cmp-scripts start",
"release": "cmp-scripts release",
"start": "start-storybook -p 6006"
},
"repository": {
"type": "git",
"url": "https://github.com/NextThought/nti.web.video.git"
},
"publishConfig": {
"registry": "https://npm.nextthought.com"
},
"keywords": [
"react",
"video",
"component"
],
"dependencies": {
"@nti/lib-analytics": "NextThought/nti.lib.analytics",
"@nti/lib-commons": "NextThought/nti.lib.commons",
"@nti/lib-dom": "NextThought/nti.lib.dom",
"@nti/lib-interfaces": "NextThought/nti.lib.interfaces",
"@nti/lib-locale": "NextThought/nti.lib.locale",
"@nti/util-detection-touch": "NextThought/nti.util.detection.touch",
"@nti/util-logger": "NextThought/nti.util.logger",
"@nti/web-client": "NextThought/nti.web.client",
"@nti/web-commons": "NextThought/nti.web.commons",
"@nti/web-core": "NextThought/nti.web.core",
"@vimeo/player": "^2.8.2",
"hls.js": "1.x.x",
"invariant": "^2.1.1",
"uuid": "^8.3.0"
},
"devDependencies": {
"@nti/cmp-scripts": "^2.31.8"
}
}