Files
wompchat/package.json
2020-11-04 16:30:30 -05:00

33 lines
878 B
JSON

{
"name": "Womp",
"version": "1.0.3",
"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": {
"axios": "^0.19.0",
"date-fns": "^1.29.0",
"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"
}
}