-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 952 Bytes
/
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
{
"name": "clappr-ga-events-plugin",
"version": "2.2.0",
"description": "Google Analytics Events plugin for Clappr player.",
"main": "dist/clappr-ga-events-plugin.js",
"scripts": {
"build": "webpack --progress --mode production",
"dist": "webpack --progress --mode production",
"release": "npm run build && npm run dist",
"start": "webpack-dev-server --mode development"
},
"author": "Karim Slimani <[email protected]>",
"license": "MIT",
"keywords": [
"clappr",
"google",
"analytics",
"events"
],
"repository": "playmedia/clappr-ga-events-plugin",
"devDependencies": {
"@babel/core": "^7.6",
"@babel/preset-env": "^7.6",
"babel-loader": "^8.0",
"babel-plugin-add-module-exports": "^1.0",
"core-js": "^3.3",
"terser-webpack-plugin": "^4.0",
"webpack": "^5.94",
"webpack-build-notifier": "^2.1.1",
"webpack-cli": "^3.3",
"webpack-dev-server": "^3.8"
}
}