aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 15 insertions, 12 deletions
diff --git a/package.json b/package.json
index 376a998af..0ea76a8a5 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,13 @@
1{ 1{
2 "name": "franz", 2 "name": "ferdi",
3 "productName": "Franz", 3 "productName": "Ferdi",
4 "appId": "com.meetfranz.franz", 4 "appId": "com.kytwb.ferdi",
5 "version": "5.3.3", 5 "version": "5.3.3-beta.2",
6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
7 "copyright": "adlk x franz - Stefan Malzner", 7 "copyright": "kytwb",
8 "main": "index.js", 8 "main": "index.js",
9 "homepage": "https://meetfranz.com", 9 "homepage": "https://github.com/kytwb/ferdi",
10 "repository": "https://github.com/meetfranz/franz.git", 10 "repository": "https://github.com/kytwb/ferdi.git",
11 "private": true, 11 "private": true,
12 "scripts": { 12 "scripts": {
13 "prestart": "npm run rebuild", 13 "prestart": "npm run rebuild",
@@ -17,7 +17,7 @@
17 "dev": "cross-env NODE_ENV=development gulp dev", 17 "dev": "cross-env NODE_ENV=development gulp dev",
18 "test": "jest", 18 "test": "jest",
19 "test:watch": "jest --watch", 19 "test:watch": "jest --watch",
20 "lint": "eslint src", 20 "lint": "eslint --quiet --fix src",
21 "manage-translations": "node ./src/i18n/manage-translations.js", 21 "manage-translations": "node ./src/i18n/manage-translations.js",
22 "sign": "gulp sign", 22 "sign": "gulp sign",
23 "prebuild": "gulp build", 23 "prebuild": "gulp build",
@@ -25,13 +25,15 @@
25 "rebuild": "npx electron-rebuild", 25 "rebuild": "npx electron-rebuild",
26 "commit": "git-cz", 26 "commit": "git-cz",
27 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", 27 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
28 "contributors": "all-contributors",
28 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"", 29 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
29 "packages": "npx lerna publish --no-git-tag-version", 30 "packages": "npx lerna publish --no-git-tag-version",
30 "uidev": "cd uidev && webpack-dev-server", 31 "uidev": "cd uidev && webpack-dev-server",
31 "postinstall": "npx lerna run prepare" 32 "postinstall": "npx lerna run prepare",
33 "prepare-code": "npm run lint && npm run reformat-files && npm run manage-translations"
32 }, 34 },
33 "keywords": [], 35 "keywords": [],
34 "author": "Stefan Malzner <stefan@adlk.io>", 36 "author": "Amine Mouafik <amine@mouafik.fr>",
35 "license": "Apache-2.0", 37 "license": "Apache-2.0",
36 "dependencies": { 38 "dependencies": {
37 "@babel/polyfill": "7.4.4", 39 "@babel/polyfill": "7.4.4",
@@ -56,8 +58,8 @@
56 "fs-extra": "7.0.1", 58 "fs-extra": "7.0.1",
57 "hex-to-rgba": "1.0.2", 59 "hex-to-rgba": "1.0.2",
58 "jsonwebtoken": "8.5.1", 60 "jsonwebtoken": "8.5.1",
59 "lodash": "^4.17.4", 61 "lodash": "4.17.15",
60 "marked": "0.6.1", 62 "marked": "0.7.0",
61 "mdi": "^1.9.33", 63 "mdi": "^1.9.33",
62 "mime-types": "2.1.21", 64 "mime-types": "2.1.21",
63 "mobx": "5.7.0", 65 "mobx": "5.7.0",
@@ -113,6 +115,7 @@
113 "@types/react-dom": "16.0.11", 115 "@types/react-dom": "16.0.11",
114 "@types/react-jss": "^8.6.0", 116 "@types/react-jss": "^8.6.0",
115 "@types/uuid": "3.4.4", 117 "@types/uuid": "3.4.4",
118 "all-contributors-cli": "6.9.0",
116 "babel-eslint": "10.0.1", 119 "babel-eslint": "10.0.1",
117 "babel-loader": "^8.0.4", 120 "babel-loader": "^8.0.4",
118 "babel-plugin-react-intl": "3.0.1", 121 "babel-plugin-react-intl": "3.0.1",