This repository has been archived on 2024-05-09. You can view files and clone it, but cannot push or open issues or pull requests.
icytv/package.json

27 lines
665 B
JSON
Raw Normal View History

2018-08-06 13:16:24 +00:00
{
"name": "icytv",
"version": "1.0.0",
"description": "Frontend builder",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack -w --mode=development --log-level=debug",
"build": "webpack -p"
},
"devDependencies": {
"bootstrap": "^4.1.3",
"copy-webpack-plugin": "^5.0.2",
2018-08-06 13:16:24 +00:00
"css-loader": "^1.0.0",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"hls.js": "^0.10.1",
"jquery": "^3.3.1",
"popper.js": "^1.14.4",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.16.4",
"webpack-command": "^0.4.1"
}
}