-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.58 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
{
"name": "videojs_analysis",
"version": "1.0.0",
"description": "Analysing the capabilities of VideoJS for playing videos from different sources",
"main": "server.js",
"scripts": {
"preinstall": "npm install -g eslint eslint-plugin-class-property",
"start": "node server.js",
"build": "./node_modules/.bin/webpack --config webpack.config.js --display-modules",
"watch": "./node_modules/.bin/webpack --config webpack.config.js --watch --display-modules"
},
"keywords": [
"VideoJS",
"AWS",
"MP4",
"YouTube",
"Vimeo"
],
"author": "Falco Prescher",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-class-property": "^1.0.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"exports-loader": "^0.6.4",
"express": "^4.16.2",
"file-loader": "^1.1.5",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1",
"yargs": "^10.0.3"
},
"dependencies": {
"jquery": "^3.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"video.js": "^6.2.8",
"videojs-vimeo": "^2.0.2",
"videojs-vimeo-v2": "^2.0.2",
"videojs-youtube": "^2.4.1"
}
}