-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "paellaplayer",
"version": "6.5.8",
"description": "Paella Player",
"license": "ECL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/polimediaupv/paella.git"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"chromedriver": "^109.0.0",
"electron-window-state-manager": "^0.3.2",
"glob-all": "^3.2.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.7.0",
"gulp-less": "^5.0.0",
"gulp-merge-json": "^2.1.1",
"gulp-nightwatch": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify-es": "^2.0.0",
"markdownlint-cli": "^0.33.0",
"natives": "^1.1.6",
"nightwatch": "^2.0.4"
},
"scripts": {
"test": "gulp test:local",
"build": "gulp",
"serve": "gulp serve",
"markdownlint": "markdownlint ./doc/"
},
"dependencies": {
"hls.js": "^1.0.0",
"bg2e-js": "=1.3.32",
"jquery": "^3.5.1",
"lunr": "^2.3.9",
"requirejs": "^2.3.6",
"cookieconsent": "^3.1.1"
}
}