BetterDiscordApp-rauenzi/package.json

35 lines
1.1 KiB
JSON
Raw Normal View History

2018-10-23 03:40:34 +02:00
{
"name": "bandagedbd",
2020-07-19 06:43:42 +02:00
"version": "0.3.5",
2018-10-23 03:40:34 +02:00
"description": "Enhances Discord adding functionality and themes.",
2020-07-19 06:43:42 +02:00
"main": "src/index.js",
2018-10-23 03:40:34 +02:00
"scripts": {
2020-02-27 08:01:51 +01:00
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
2020-07-19 06:43:42 +02:00
"build-prod": "webpack --progress --colors --mode production -o dist/remote.js --devtool none",
2020-11-10 23:37:23 +01:00
"test": "echo \"Error: no test specified\" && exit 1"
2018-10-23 03:40:34 +02:00
},
"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-07-19 06:43:42 +02:00
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"babel-loader": "^8.1.0",
"circular-dependency-plugin": "^5.2.0",
2020-11-10 23:37:23 +01:00
"css-loader": "^5.0.1",
"eslint-plugin-react": "^7.21.3",
2020-07-19 06:43:42 +02:00
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
2018-10-23 03:40:34 +02:00
}
2018-10-28 21:28:13 +01:00
}