-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 1 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
{
"name": "xibo-interactive-control",
"version": "1.0.0",
"description": "Interactive control library for Xibo CMS widgets",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=development",
"publish": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xibosignage/xibo-interactive-control.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xibosignage/xibo-interactive-control/issues"
},
"homepage": "https://github.com/xibosignage/xibo-interactive-control#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"eslint": "^7.19.0",
"eslint-config-google": "^0.14.0",
"serialize-javascript": "^5.0.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.47.0",
"webpack-cli": "^3.3.11"
}
}