-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathpackage.json
74 lines (74 loc) · 1.89 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
65
66
67
68
69
70
71
72
73
74
{
"name": "bitmovin-player-ui",
"version": "3.85.0",
"description": "Bitmovin Player UI Framework",
"main": "./dist/js/framework/main.js",
"types": "./dist/js/framework/main.d.ts",
"scripts": {
"test": "npx jest",
"prepare": "husky"
},
"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"
],
"lint-staged": {
"*.ts": [
"eslint --fix"
]
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@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",
"eslint": "^9.17.0",
"gulp": "^4.0.2",
"gulp-css-base64": "^2.0.0",
"gulp-eslint-new": "^2.4.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-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"husky": "^9.1.7",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^15.3.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",
"typedoc": "^0.26.5",
"typescript": "^5.0.2",
"typescript-eslint": "^8.18.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0",
"yargs": "^17.7.1"
}
}