-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.23 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.23 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
{
"name": "LiveStreaming",
"version": "1.6",
"description": "StudIP Live Streaming Plugin",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"prod": "webpack --config webpack.prod.js --mode=production --stats errors-only",
"dev": "webpack --config webpack.dev.js --mode=development",
"watch": "webpack --config webpack.dev.js --mode=development --watch",
"prezip": "npm install && npm run prod",
"zip": "zip -r LiveStreaming-V$npm_package_version.zip controllers assets migrations views lib images LICENSE README.md LiveStreaming.php plugin.manifest package-lock.json"
},
"author": "ELAN e.V. (zamani@uos.de)",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.1",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"css-minimizer-webpack-plugin": "^2.0.0",
"file-loader": "^6.2.0",
"hls.js": "^1.1.5",
"mini-css-extract-plugin": "^1.6.0",
"openplayerjs": "^2.9.4",
"sass": "^1.32.12",
"sass-loader": "^11.1.0",
"terser-webpack-plugin": "^5.1.1",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0",
"webpack-merge": "^5.7.3"
}
}