2018-01-21 09:38:49 +01:00
|
|
|
{
|
|
|
|
"name": "betterdiscord",
|
|
|
|
"description": "BetterDiscord",
|
|
|
|
"author": "Jiiks",
|
2018-01-31 16:48:41 +01:00
|
|
|
"version": "2.0.0a",
|
2018-01-21 09:38:49 +01:00
|
|
|
"homepage": "https://betterdiscord.net",
|
|
|
|
"license": "MIT",
|
2018-01-21 14:41:56 +01:00
|
|
|
"main": "./core/index.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": {
|
|
|
|
"node-sass": "^4.7.2",
|
|
|
|
"nedb": "^1.8.0"
|
2018-03-20 07:54:33 +01:00
|
|
|
},
|
2018-01-21 14:41:56 +01:00
|
|
|
"devDependencies": {
|
2018-04-01 01:18:05 +02:00
|
|
|
"archiver": "^2.1.1",
|
2018-01-21 14:41:56 +01:00
|
|
|
"babel-core": "^6.26.0",
|
2018-01-27 16:03:15 +01:00
|
|
|
"babel-loader": "^7.1.2",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
2018-01-21 14:41:56 +01:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2018-01-27 16:03:15 +01:00
|
|
|
"codemirror": "^5.23.0",
|
2018-03-08 03:38:12 +01:00
|
|
|
"combokeys": "^3.0.0",
|
2018-01-21 14:41:56 +01:00
|
|
|
"css-loader": "^0.28.9",
|
2018-03-20 07:54:33 +01:00
|
|
|
"del": "^3.0.0",
|
2018-04-01 00:06:24 +02:00
|
|
|
"electron": "1.6.15",
|
2018-02-11 14:54:22 +01:00
|
|
|
"electron-rebuild": "^1.7.3",
|
2018-01-27 16:03:15 +01:00
|
|
|
"eslint": "^4.16.0",
|
2018-03-03 00:50:53 +01:00
|
|
|
"eslint-plugin-vue": "^4.3.0",
|
2018-02-21 02:16:41 +01:00
|
|
|
"file-type": "^7.6.0",
|
2018-03-03 02:43:54 +01:00
|
|
|
"filewatcher": "^3.0.1",
|
2018-01-21 14:41:56 +01:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-babel": "^7.0.0",
|
2018-03-19 23:02:44 +01:00
|
|
|
"gulp-copy": "^1.1.0",
|
2018-03-22 03:19:25 +01:00
|
|
|
"gulp-inject-string": "^1.1.1",
|
2018-03-19 23:02:44 +01:00
|
|
|
"gulp-merge": "^0.1.1",
|
|
|
|
"gulp-npm-copy-deps": "^1.0.2",
|
2018-01-21 14:41:56 +01:00
|
|
|
"gulp-plumber": "^1.2.0",
|
2018-03-20 07:54:33 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-01-22 01:02:19 +01:00
|
|
|
"gulp-watch": "^5.0.0",
|
2018-03-17 23:57:43 +01:00
|
|
|
"html-webpack-plugin": "^3.0.6",
|
2018-01-27 16:03:15 +01:00
|
|
|
"jquery": "^3.2.1",
|
2018-02-02 13:45:06 +01:00
|
|
|
"lodash": "^4.17.4",
|
2018-04-01 01:18:05 +02:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-02-11 16:34:15 +01:00
|
|
|
"node-gyp": "^3.6.2",
|
2018-01-27 16:03:15 +01:00
|
|
|
"pump": "^2.0.0",
|
|
|
|
"sass-loader": "^6.0.6",
|
2018-03-22 03:19:25 +01:00
|
|
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
2018-01-27 16:03:15 +01:00
|
|
|
"v-tooltip": "^2.0.0-rc.30",
|
|
|
|
"vue": "^2.5.13",
|
2018-01-22 14:07:30 +01:00
|
|
|
"vue-codemirror": "^4.0.3",
|
2018-02-27 22:30:39 +01:00
|
|
|
"vue-color": "^2.4.4",
|
2018-01-27 16:03:15 +01:00
|
|
|
"vue-loader": "^13.7.0",
|
2018-01-25 14:26:42 +01:00
|
|
|
"vue-material-design-icons": "^1.0.0",
|
2018-01-27 16:03:15 +01:00
|
|
|
"vue-template-compiler": "^2.5.13",
|
|
|
|
"webpack": "^3.10.0"
|
2018-01-21 14:41:56 +01:00
|
|
|
},
|
2018-01-21 09:38:49 +01:00
|
|
|
"scripts": {
|
2018-03-17 23:59:48 +01:00
|
|
|
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix csseditor && npm run build --prefix installer",
|
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",
|
2018-03-17 23:59:48 +01:00
|
|
|
"build_csseditor": "npm run build --prefix csseditor",
|
2018-02-13 20:56:01 +01:00
|
|
|
"watch_csseditor": "npm run watch --prefix csseditor",
|
2018-03-17 23:57:43 +01:00
|
|
|
"build_installer": "npm run build --prefix installer",
|
2018-03-17 23:59:48 +01:00
|
|
|
"watch_installer": "npm run watch --prefix installer",
|
2018-01-27 16:03:15 +01:00
|
|
|
"lint": "eslint -f unix client/src core/src csseditor/src",
|
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",
|
2018-03-29 21:04:01 +02:00
|
|
|
"build_release": "npm run release --prefix client && npm run build --prefix core && npm run release --prefix csseditor",
|
2018-04-01 01:18:05 +02:00
|
|
|
"package_release": "node scripts/package-release.js",
|
|
|
|
"release": "npm run lint && npm run build_release && gulp release && npm run package_release"
|
2018-01-21 09:38:49 +01:00
|
|
|
}
|
2018-01-22 01:02:19 +01:00
|
|
|
}
|