aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 11 insertions, 9 deletions
diff --git a/package.json b/package.json
index 980242e5f..36580a0f7 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.1", 5 "version": "5.3.1",
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,6 +25,7 @@
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",
@@ -56,8 +57,8 @@
56 "fs-extra": "7.0.1", 57 "fs-extra": "7.0.1",
57 "hex-to-rgba": "1.0.2", 58 "hex-to-rgba": "1.0.2",
58 "jsonwebtoken": "8.5.1", 59 "jsonwebtoken": "8.5.1",
59 "lodash": "^4.17.4", 60 "lodash": "4.17.15",
60 "marked": "0.6.1", 61 "marked": "0.7.0",
61 "mdi": "^1.9.33", 62 "mdi": "^1.9.33",
62 "mime-types": "2.1.21", 63 "mime-types": "2.1.21",
63 "mobx": "5.7.0", 64 "mobx": "5.7.0",
@@ -113,6 +114,7 @@
113 "@types/react-dom": "16.0.11", 114 "@types/react-dom": "16.0.11",
114 "@types/react-jss": "^8.6.0", 115 "@types/react-jss": "^8.6.0",
115 "@types/uuid": "3.4.4", 116 "@types/uuid": "3.4.4",
117 "all-contributors-cli": "6.9.0",
116 "babel-eslint": "10.0.1", 118 "babel-eslint": "10.0.1",
117 "babel-loader": "^8.0.4", 119 "babel-loader": "^8.0.4",
118 "babel-plugin-react-intl": "3.0.1", 120 "babel-plugin-react-intl": "3.0.1",