-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
64 lines (64 loc) · 1.69 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
57
58
59
60
61
62
63
64
{
"name": "bitmovin-player-ui",
"version": "3.74.0",
"description": "Bitmovin Player UI Framework",
"main": "./dist/js/framework/main.js",
"types": "./dist/js/framework/main.d.ts",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitmovin/bitmovin-player-ui.git"
},
"author": "Bitmovin",
"license": "MIT",
"bugs": {
"url": "https://github.com/bitmovin/bitmovin-player-ui/issues"
},
"homepage": "https://github.com/bitmovin/bitmovin-player-ui#readme",
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"devDependencies": {
"@inrupt/jest-jsdom-polyfills": "^1.6.0",
"@types/jest": "^29.5.0",
"@types/jsdom": "^21.1.0",
"autoprefixer": "^10.4.14",
"bitmovin-player": "^8.129.0",
"browser-sync": "^2.29.0",
"browserify": "^17.0.0",
"cssnano": "^5.1.15",
"del": "^2.2.2",
"gulp": "^4.0.2",
"gulp-css-base64": "^2.0.0",
"gulp-header": "^2.0.9",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"merge2": "^1.4.1",
"postcss-svg": "^3.0.0",
"sass": "^1.59.3",
"semver": "^7.5.4",
"stream-combiner2": "^1.1.1",
"ts-jest": "^29.0.5",
"tsify": "^5.0.4",
"tslint": "^5.20.1",
"typedoc": "^0.26.5",
"typescript": "^5.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"yargs": "^17.7.1"
}
}