adding dev files to master
adding all the dev files, package, webpack etc, including build which will contain minified release
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "LiveChat",
|
||||
"version": "1.0.1",
|
||||
"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",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user