65 lines
1.9 KiB
JSON
65 lines
1.9 KiB
JSON
{
|
|
"name": "betterdiscord",
|
|
"description": "BetterDiscord",
|
|
"author": "Jiiks",
|
|
"version": "2.0.0a",
|
|
"homepage": "https://betterdiscord.net",
|
|
"license": "MIT",
|
|
"main": "./core/index.js",
|
|
"contributors": [
|
|
"Jiiks",
|
|
"Pohky"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jiiks/BetterDiscordApp.git"
|
|
},
|
|
"private": false,
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"codemirror": "^5.23.0",
|
|
"combokeys": "^3.0.0",
|
|
"css-loader": "^0.28.9",
|
|
"electron": "^1.6.15",
|
|
"electron-rebuild": "^1.7.3",
|
|
"eslint": "^4.16.0",
|
|
"eslint-plugin-vue": "^4.3.0",
|
|
"file-type": "^7.6.0",
|
|
"filewatcher": "^3.0.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^7.0.0",
|
|
"gulp-plumber": "^1.2.0",
|
|
"gulp-watch": "^5.0.0",
|
|
"jquery": "^3.2.1",
|
|
"lodash": "^4.17.4",
|
|
"nedb": "^1.8.0",
|
|
"node-gyp": "^3.6.2",
|
|
"node-sass": "^4.7.2",
|
|
"pump": "^2.0.0",
|
|
"sass-loader": "^6.0.6",
|
|
"v-tooltip": "^2.0.0-rc.30",
|
|
"vue": "^2.5.13",
|
|
"vue-codemirror": "^4.0.3",
|
|
"vue-color": "^2.4.4",
|
|
"vue-loader": "^13.7.0",
|
|
"vue-material-design-icons": "^1.0.0",
|
|
"vue-template-compiler": "^2.5.13",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build --prefix client && npm run build --prefix core && npm run build --prefix csseditor",
|
|
"build_client": "npm run build --prefix client",
|
|
"watch_client": "npm run watch --prefix client",
|
|
"build_core": "npm run build --prefix core",
|
|
"watch_core": "npm run watch --prefix core",
|
|
"watch_csseditor": "npm run watch --prefix csseditor",
|
|
"lint": "eslint -f unix client/src core/src csseditor/src",
|
|
"test": "npm run build && npm run lint",
|
|
"build_node-sass": "node scripts/build-node-sass.js"
|
|
}
|
|
}
|