BetterDiscordApp-rauenzi/package.json

42 lines
1.4 KiB
JSON
Raw Normal View History

2018-10-23 03:40:34 +02:00
{
"name": "bandagedbd",
"version": "0.2.3",
"description": "Enhances Discord adding functionality and themes.",
"main": "js/main.js",
"scripts": {
2020-02-27 08:01:51 +01:00
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"build-prod": "webpack --progress --colors --mode production -o js/main.min.js --devtool none",
2018-10-23 03:40:34 +02:00
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "gulp minify-js && gulp minify-css",
"minify-js": "gulp minify-js",
"minify-css": "gulp minify-css",
"watch-js": "gulp watch-js",
"watch-css": "gulp watch-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rauenzi/BetterDiscordApp.git"
},
"author": "rauenzi",
"license": "MIT",
"bugs": {
"url": "https://github.com/rauenzi/BetterDiscordApp/issues"
},
"homepage": "https://github.com/rauenzi/BetterDiscordApp#readme",
"devDependencies": {
2020-02-27 08:01:51 +01:00
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-loader": "^8.0.6",
"circular-dependency-plugin": "^5.0.2",
2019-04-20 21:56:43 +02:00
"gulp": "^4.0.0",
2018-10-23 03:40:34 +02:00
"gulp-csso": "^3.0.1",
2020-02-27 08:01:51 +01:00
"gulp-rename": "^1.4.0",
2020-03-25 23:45:48 +01:00
"gulp-babel-minify": "^0.5.1",
2020-02-27 08:01:51 +01:00
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3"
2018-10-23 03:40:34 +02:00
}
2018-10-28 21:28:13 +01:00
}