-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "clappr-ima-plugin",
"version": "0.5.3",
"description": "IMA SDK Plugin for Clappr.",
"main": "dist/clappr-ima-plugin.js",
"scripts": {
"build": "webpack --progress --mode production",
"dist": "webpack --progress --mode production",
"lint": "eslint webpack.config.js src/**/*.js tests/**/*.js && stylelint src/**/*.sass",
"release": "npm run lint && npm run build && npm run dist",
"start": "webpack serve --mode development",
"cypress:run": "cypress run --browser chrome",
"cypress:open": "cypress open --browser chrome",
"test": "NO_COLOR=1 cr -c .testrc.json"
},
"author": "Karim Slimani <karim@playmedia.fr>",
"license": "MIT",
"keywords": [
"clappr",
"ima",
"plugin",
"ad",
"googleads"
],
"repository": "kslimani/clappr-ima-plugin",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"babel-loader": "^9.2.1",
"command-runner": "^0.2.2",
"core-js": "^3.38.1",
"css-loader": "^7.1.2",
"cypress": "^13.15.1",
"eslint": "^9.13.0",
"eslint-plugin-cypress": "^4.0.0",
"globals": "^15.11.0",
"ima-ad-player": "^0.5.7",
"node-sass": "^9.0.0",
"postcss-sass": "^0.5.0",
"sass-loader": "^16.0.2",
"stylelint": "^16.10.0",
"stylelint-config-recommended": "^14.0.1",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.95.0",
"webpack-build-notifier": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}