Files
wompchat/package.json
2020-11-11 16:35:18 -05:00

31 lines
831 B
JSON

{
"name": "WompChat",
"version": "1.0.4",
"description": "Enhances the YouTube Live Streaming experience with Emotes, Custom Styling and quality of life improvements.",
"scripts": {
"start": "webpack --progress --watch",
"watch": "npm start",
"build": "webpack --progress",
"prod": "webpack --progress --config webpack.prod.js -p"
},
"author": "wompmacho",
"repository": {
"type": "git",
"url": "git://github.com/wompmacho/live-chat.git"
},
"dependencies": {
"lodash": "^4.17.15",
"preact": "^8.2.7",
"uglifyjs-webpack-plugin": "^1.3.0"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"style-loader": "^0.22.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
}
}