2018-01-21 09:38:49 +01:00
|
|
|
{
|
|
|
|
"name": "betterdiscord",
|
|
|
|
"description": "BetterDiscord",
|
|
|
|
"author": "Jiiks",
|
2019-03-16 18:18:28 +01:00
|
|
|
"version": "2.0.0-beta.6",
|
2018-01-21 09:38:49 +01:00
|
|
|
"homepage": "https://betterdiscord.net",
|
|
|
|
"license": "MIT",
|
2018-07-07 15:26:48 +02:00
|
|
|
"main": "core/dist/main.js",
|
2018-01-21 09:38:49 +01:00
|
|
|
"contributors": [
|
|
|
|
"Jiiks",
|
|
|
|
"Pohky"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-03-22 18:13:47 +01:00
|
|
|
"url": "https://github.com/JsSucks/BetterDiscordApp.git"
|
2018-01-21 09:38:49 +01:00
|
|
|
},
|
|
|
|
"private": false,
|
2018-03-19 23:02:44 +01:00
|
|
|
"dependencies": {
|
2019-03-03 04:15:24 +01:00
|
|
|
"asar": "^1.0.0",
|
2019-03-05 19:22:26 +01:00
|
|
|
"axios": "^0.18.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"chokidar": "^2.1.2",
|
2019-02-24 15:04:25 +01:00
|
|
|
"csp-parse": "github:macropodhq/csp-parse",
|
2019-03-03 04:15:24 +01:00
|
|
|
"deepmerge": "^3.2.0",
|
|
|
|
"fs-extra": "^7.0.1",
|
2019-03-10 00:36:47 +01:00
|
|
|
"keytar": "4.4.1",
|
2018-04-29 02:57:09 +02:00
|
|
|
"nedb": "^1.8.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"node-sass": "^4.11.0",
|
2019-03-06 01:02:02 +01:00
|
|
|
"original-fs": "^1.0.0",
|
2019-03-06 11:11:45 +01:00
|
|
|
"semver": "^5.6.0",
|
2019-07-04 05:51:03 +02:00
|
|
|
"tar-fs": "^2.0.0",
|
|
|
|
"snyk": "^1.189.0"
|
2018-03-20 07:54:33 +01:00
|
|
|
},
|
2018-01-21 14:41:56 +01:00
|
|
|
"devDependencies": {
|
2019-03-03 04:15:24 +01:00
|
|
|
"@babel/core": "^7.3.4",
|
|
|
|
"@babel/preset-env": "^7.3.4",
|
|
|
|
"@babel/preset-react": "^7.0.0",
|
|
|
|
"@babel/register": "^7.0.0",
|
2018-08-10 11:48:56 +02:00
|
|
|
"aes256": "^1.0.4",
|
2019-02-18 11:13:51 +01:00
|
|
|
"archiver": "^3.0.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"babel-loader": "^8.0.5",
|
|
|
|
"bdedit": "github:JsSucks/bdedit",
|
2018-03-08 03:38:12 +01:00
|
|
|
"combokeys": "^3.0.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"css-loader": "^2.1.0",
|
2018-03-20 07:54:33 +01:00
|
|
|
"del": "^3.0.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"electron": "4.0.6",
|
|
|
|
"electron-rebuild": "^1.8.4",
|
|
|
|
"eslint": "^5.15.0",
|
|
|
|
"eslint-plugin-vue": "^5.2.2",
|
|
|
|
"file-type": "^10.8.0",
|
2018-03-03 02:43:54 +01:00
|
|
|
"filewatcher": "^3.0.1",
|
2018-07-04 19:48:45 +02:00
|
|
|
"gulp": "^4.0.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-copy": "^4.0.1",
|
2018-07-04 19:48:45 +02:00
|
|
|
"gulp-file": "^0.4.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"gulp-inject-string": "^1.1.2",
|
|
|
|
"gulp-json-editor": "^2.5.1",
|
2018-08-01 22:41:45 +02:00
|
|
|
"gulp-rename": "^1.4.0",
|
2019-03-07 18:10:08 +01:00
|
|
|
"gulp-replace": "^1.0.0",
|
2018-08-01 22:41:45 +02:00
|
|
|
"gulp-watch": "^5.0.1",
|
2019-02-18 11:13:51 +01:00
|
|
|
"hash-files": "^1.1.1",
|
2018-07-05 02:49:40 +02:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"jquery": "^3.3.1",
|
2019-02-10 17:45:57 +01:00
|
|
|
"lodash": "^4.17.11",
|
2018-04-01 01:18:05 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2019-03-03 04:15:24 +01:00
|
|
|
"node-gyp": "^3.8.0",
|
2019-03-05 09:07:49 +01:00
|
|
|
"parallel-webpack": "^2.3.0",
|
2018-04-07 17:42:16 +02:00
|
|
|
"pump": "^3.0.0",
|
2019-03-03 04:15:24 +01:00
|
|
|
"request-promise-native": "1.0.5",
|
2018-08-15 11:42:43 +02:00
|
|
|
"sass-lint": "^1.12.1",
|
2019-03-03 04:15:24 +01:00
|
|
|
"sass-loader": "^7.1.0",
|
2018-07-05 02:49:40 +02:00
|
|
|
"v-tooltip": "^2.0.0-rc.33",
|
2019-03-01 20:56:35 +01:00
|
|
|
"vue": "^2.6.8",
|
|
|
|
"vue-color": "^2.7.0",
|
2018-08-11 09:34:18 +02:00
|
|
|
"vue-context-menu": "^2.0.6",
|
2019-03-03 04:15:24 +01:00
|
|
|
"vue-loader": "^15.7.0",
|
|
|
|
"vue-material-design-icons": "^3.0.0",
|
2019-03-01 21:01:37 +01:00
|
|
|
"vue-template-compiler": "^2.6.8",
|
2019-03-03 04:15:24 +01:00
|
|
|
"webpack": "^4.29.6",
|
2019-03-04 09:09:58 +01:00
|
|
|
"webpack-cli": "^3.2.3",
|
|
|
|
"webpack-merge": "^4.2.1"
|
2018-01-21 14:41:56 +01:00
|
|
|
},
|
2018-01-21 09:38:49 +01:00
|
|
|
"scripts": {
|
2018-08-23 19:20:34 +02:00
|
|
|
"install": "node scripts/install.js",
|
2019-03-01 21:02:06 +01:00
|
|
|
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix editor",
|
2018-02-14 23:56:33 +01:00
|
|
|
"build_client": "npm run build --prefix client",
|
2018-01-27 15:32:23 +01:00
|
|
|
"watch_client": "npm run watch --prefix client",
|
2018-02-21 02:16:41 +01:00
|
|
|
"build_core": "npm run build --prefix core",
|
2018-01-27 15:32:23 +01:00
|
|
|
"watch_core": "npm run watch --prefix core",
|
2019-02-24 11:28:29 +01:00
|
|
|
"build_editor": "npm run build --prefix editor",
|
|
|
|
"watch_editor": "npm run watch --prefix editor",
|
2019-03-05 09:07:49 +01:00
|
|
|
"build_all": "parallel-webpack --progress --colors --config=webpack.all.config.js",
|
|
|
|
"watch_all": "parallel-webpack --progress --colors --watch --config=webpack.all.config.js",
|
2019-02-28 08:48:45 +01:00
|
|
|
"lint": "eslint -f unix client/src core/src editor/src common && npm run sasslint",
|
2019-03-01 20:56:35 +01:00
|
|
|
"lint_fix": "eslint -f unix client/src core/src",
|
2018-08-15 11:42:43 +02:00
|
|
|
"sasslint": "sass-lint client/src/styles/**/*.scss -v",
|
2018-02-11 16:34:15 +01:00
|
|
|
"test": "npm run build && npm run lint",
|
2018-03-19 23:02:44 +01:00
|
|
|
"build_node-sass": "node scripts/build-node-sass.js",
|
2019-02-28 15:47:49 +01:00
|
|
|
"build_release": "npm run release --prefix client && npm run build --prefix core && npm run release --prefix editor",
|
2018-04-01 01:18:05 +02:00
|
|
|
"package_release": "node scripts/package-release.js",
|
2019-02-18 11:13:51 +01:00
|
|
|
"gulp_release": "gulp release",
|
2018-08-10 16:43:28 +02:00
|
|
|
"release": "npm run lint && npm run build_release && gulp release && npm run package_release",
|
2019-03-07 18:21:27 +01:00
|
|
|
"release_test": "npm run build_release && gulp release",
|
|
|
|
"update_release": "npm run build_release && gulp release",
|
2019-07-04 05:51:03 +02:00
|
|
|
"inject": "node scripts/inject.js",
|
|
|
|
"snyk-protect": "snyk protect",
|
|
|
|
"prepare": "npm run snyk-protect"
|
|
|
|
},
|
|
|
|
"snyk": true
|
2018-01-22 01:02:19 +01:00
|
|
|
}
|