-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.28 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@playkit-js/call-to-action",
"version": "1.0.20",
"description": "",
"main": "dist/playkit-call-to-action.js",
"scripts": {
"clean": "rimraf ./dist",
"prebuild": "npm run clean",
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development",
"watch": "webpack --progress --color --watch --mode development",
"pushTaggedRelease": "git push --follow-tags --no-verify origin master",
"release": "standard-version",
"eslint": "eslint . --color",
"eslint:fix": "eslint . --color --fix",
"prettier:fix": "prettier --write .",
"cy:open": "cypress open",
"cy:run": "yarn run cy:run:chrome && yarn run cy:run:firefox && yarn run cy:run:edge && yarn run cy:run:safari",
"cy:run:chrome": "cypress run --browser chrome --config video=false",
"cy:run:firefox": "cypress run --browser firefox --config video=false",
"cy:run:edge": "cypress run --browser edge --config video=false",
"cy:run:safari": "cypress run --browser webkit --config video=false",
"test:prepare": "yarn run build && copyfiles -f ./dist/playkit-call-to-action.js ./dist/playkit-call-to-action.js.map ./cypress/public",
"test:watch": "yarn run test:prepare && yarn run cy:open",
"test": "yarn run test:prepare && yarn run cy:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaltura/playkit-js-call-to-action.git"
},
"keywords": [
"@playkit-js/call-to-action",
"call-to-action",
"kaltura",
"player",
"playkit-js"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@playkit-js/kaltura-player-js": "3.17.25",
"@playkit-js/ui-managers": "1.6.0",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"babel-loader": "^9.1.3",
"conventional-github-releaser": "3.1.3",
"copyfiles": "^2.4.1",
"css-loader": "^6.7.1",
"cypress": "13.13.1",
"eslint": "^8.42.0",
"eslint-config-preact": "^1.3.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsdoc": "^44.2.3",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.6.2",
"rimraf": "^5.0.5",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"sinon": "^14.0.0",
"standard-version": "^9.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"typescript": "^4.9.4",
"typescript-plugin-css-modules": "^5.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.10.1"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kaltura/playkit-js-call-to-action/issues"
},
"homepage": "https://github.com/kaltura/playkit-js-call-to-action#readme",
"dependencies": {
"@playkit-js/common": "1.5.16",
"fast-xml-parser": "^4.5.1"
},
"kaltura": {
"name": "call-to-action",
"dependencies": {
"playkit-ui-managers": "1.7.0"
}
}
}