-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "@polimediaupv/paella-player",
"version": "7.0.9",
"description": "Multistream HTML video player.",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polimediaupv/paella-player.git"
},
"author": "Fernando Serrano Carpena <[email protected]>",
"license": "SEE LICENSE IN license.txt",
"bugs": {
"url": "https://github.com/polimediaupv/paella-player/issues"
},
"homepage": "https://paellaplayer.upv.es",
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.2",
"svg-inline-loader": "^0.8.2",
"webpack": "^5.66.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"paella-basic-plugins": "^1.31.2",
"paella-core": "^1.37.2",
"paella-skins": "^1.32.0",
"paella-slide-plugins": "^1.8.1",
"paella-user-tracking": "^1.8.0",
"paella-zoom-plugin": "^1.29.0"
}
}