-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 933 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 933 Bytes
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
{
"name": "clappr-estat-plugin",
"version": "0.4.2",
"description": "Mediametrie eStat streaming plugin for Clappr player.",
"main": "dist/clappr-estat-plugin.js",
"scripts": {
"build": "webpack --progress --mode production",
"build-min": "webpack --progress --mode production",
"dist": "npm run lint && npm run build && npm run build-min",
"lint": "eslint src",
"start": "webpack-dev-server --mode development"
},
"author": "Karim Slimani <karim@playmedia.fr>",
"license": "MIT",
"repository": "playmedia/clappr-estat-plugin",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"eslint": "^6.2.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.94.0",
"webpack-build-notifier": "^2.1.1",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^5.2.1"
}
}