aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-05-12 20:00:41 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-05-12 20:00:41 +0700
commitd8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61 (patch)
tree3974d449d8ef389fc61bf880ae758b5debc22a80 /package.json
parentUse dark background in SVG logo (diff)
parentUpdate CHANGELOG.md (diff)
downloadferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.tar.gz
ferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.tar.zst
ferdium-app-d8a1d5f9151cc31f4c2b5c0096a35e49b2c74d61.zip
Merge tag 'v5.1.0'
# Conflicts: # README.md # src/components/layout/AppLayout.js
Diffstat (limited to 'package.json')
-rw-r--r--package.json80
1 files changed, 57 insertions, 23 deletions
diff --git a/package.json b/package.json
index a3788a51d..c1a8c310f 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
2 "name": "franz", 2 "name": "franz",
3 "productName": "Franz", 3 "productName": "Franz",
4 "appId": "com.meetfranz.franz", 4 "appId": "com.meetfranz.franz",
5 "version": "5.0.0-beta.24", 5 "version": "5.1.0",
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": "adlk x franz - Stefan Malzner",
8 "main": "index.js", 8 "main": "index.js",
@@ -15,14 +15,20 @@
15 "start:local": "cross-env LOCAL_API=1 npm start", 15 "start:local": "cross-env LOCAL_API=1 npm start",
16 "start:live": "cross-env LIVE_API=1 npm start", 16 "start:live": "cross-env LIVE_API=1 npm start",
17 "dev": "cross-env NODE_ENV=development gulp dev", 17 "dev": "cross-env NODE_ENV=development gulp dev",
18 "test": "jest",
19 "test:watch": "jest --watch",
18 "lint": "eslint src", 20 "lint": "eslint src",
21 "manage-translations": "node ./src/i18n/manage-translations.js",
19 "sign": "gulp sign", 22 "sign": "gulp sign",
20 "prebuild": "gulp build", 23 "prebuild": "gulp build",
21 "build": "npx electron-builder --publish onTag", 24 "build": "npx electron-builder --publish onTag",
22 "rebuild": "npx electron-builder install-app-deps", 25 "rebuild": "npx electron-rebuild",
23 "commit": "git-cz", 26 "commit": "git-cz",
24 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", 27 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
25 "reformat-files": "npx prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"" 28 "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 "uidev": "cd uidev && webpack-dev-server",
31 "postinstall": "npx lerna run prepare"
26 }, 32 },
27 "keywords": [], 33 "keywords": [],
28 "author": "Stefan Malzner <stefan@adlk.io>", 34 "author": "Stefan Malzner <stefan@adlk.io>",
@@ -31,38 +37,38 @@
31 "@babel/polyfill": "^7.0.0", 37 "@babel/polyfill": "^7.0.0",
32 "@babel/runtime": "^7.0.0", 38 "@babel/runtime": "^7.0.0",
33 "@meetfranz/electron-notification-state": "^1.0.0", 39 "@meetfranz/electron-notification-state": "^1.0.0",
40 "@meetfranz/forms": "file:packages/forms",
41 "@meetfranz/theme": "file:packages/theme",
42 "@meetfranz/ui": "file:packages/ui",
34 "address-rfc2822": "^2.0.1", 43 "address-rfc2822": "^2.0.1",
35 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 44 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git",
36 "classnames": "2.2.6", 45 "classnames": "2.2.6",
37 "debug-electron": "^0.0.4", 46 "cld3-asm": "1.0.1",
38 "du": "^0.1.0", 47 "du": "^0.1.0",
39 "electron-dl": "1.12.0", 48 "electron-dl": "1.12.0",
40 "electron-fetch": "1.3.0", 49 "electron-fetch": "1.3.0",
41 "electron-hunspell": "0.1.1", 50 "electron-hunspell": "0.1.1",
51 "electron-is-dev": "1.0.1",
42 "electron-react-titlebar": "0.8.1", 52 "electron-react-titlebar": "0.8.1",
43 "electron-updater": "4.0.6", 53 "electron-updater": "4.0.6",
44 "electron-window-state": "^4.1.0", 54 "electron-window-state": "5.0.3",
45 "fs-extra": "7.0.1", 55 "fs-extra": "7.0.1",
46 "gulp-cli": "1.2.2",
47 "hex-to-rgba": "1.0.2", 56 "hex-to-rgba": "1.0.2",
48 "ini": "^1.3.4", 57 "jsonwebtoken": "8.5.1",
49 "jsonwebtoken": "^7.4.1",
50 "keymaster": "^1.6.2",
51 "lodash": "^4.17.4", 58 "lodash": "^4.17.4",
59 "marked": "0.6.1",
52 "mdi": "^1.9.33", 60 "mdi": "^1.9.33",
53 "mime-types": "2.1.21", 61 "mime-types": "2.1.21",
54 "minimist": "^1.2.0",
55 "mkdirp": "^0.5.1",
56 "mobx": "5.7.0", 62 "mobx": "5.7.0",
57 "mobx-localstorage": "1.1.0", 63 "mobx-localstorage": "1.1.0",
58 "mobx-react": "5.4.2", 64 "mobx-react": "5.4.2",
59 "mobx-react-form": "1.35.1", 65 "mobx-react-form": "1.35.1",
60 "mobx-react-router": "3.1.2", 66 "mobx-react-router": "3.1.2",
61 "moment": "^2.17.1", 67 "moment": "^2.17.1",
68 "ms": "2.1.1",
62 "normalize-url": "^1.9.1", 69 "normalize-url": "^1.9.1",
63 "pretty-bytes": "^4.0.2", 70 "pretty-bytes": "^4.0.2",
64 "prop-types": "^15.5.10", 71 "prop-types": "^15.5.10",
65 "prop-types-extended": "^0.2.1",
66 "react": "16.6.3", 72 "react": "16.6.3",
67 "react-addons-css-transition-group": "15.6.2", 73 "react-addons-css-transition-group": "15.6.2",
68 "react-dom": "16.6.3", 74 "react-dom": "16.6.3",
@@ -79,12 +85,13 @@
79 "semver": "^5.4.1", 85 "semver": "^5.4.1",
80 "smoothscroll-polyfill": "^0.3.4", 86 "smoothscroll-polyfill": "^0.3.4",
81 "tar": "^4.0.2", 87 "tar": "^4.0.2",
82 "uuid": "^3.0.1" 88 "uuid": "^3.0.1",
89 "ws": "6.2.1"
83 }, 90 },
84 "devDependencies": { 91 "devDependencies": {
85 "@adlk/misty": "^0.1.1", 92 "@adlk/misty": "^0.1.1",
86 "@babel/cli": "7.0.0", 93 "@babel/cli": "7.0.0",
87 "@babel/core": "7.0.0", 94 "@babel/core": "^7.2.2",
88 "@babel/plugin-proposal-class-properties": "^7.0.0", 95 "@babel/plugin-proposal-class-properties": "^7.0.0",
89 "@babel/plugin-proposal-decorators": "^7.0.0", 96 "@babel/plugin-proposal-decorators": "^7.0.0",
90 "@babel/plugin-proposal-export-default-from": "^7.0.0", 97 "@babel/plugin-proposal-export-default-from": "^7.0.0",
@@ -94,32 +101,59 @@
94 "@babel/preset-env": "^7.0.0", 101 "@babel/preset-env": "^7.0.0",
95 "@babel/preset-react": "^7.0.0", 102 "@babel/preset-react": "^7.0.0",
96 "@babel/register": "7.0.0", 103 "@babel/register": "7.0.0",
104 "@types/classnames": "^2.2.6",
105 "@types/color": "^3.0.0",
106 "@types/color-convert": "^1.9.0",
107 "@types/jss": "^9.5.7",
108 "@types/lodash": "^4.14.119",
109 "@types/react": "^16.7.18",
110 "@types/react-dom": "16.0.11",
111 "@types/react-jss": "^8.6.0",
112 "@types/uuid": "3.4.4",
97 "babel-eslint": "10.0.1", 113 "babel-eslint": "10.0.1",
114 "babel-loader": "^8.0.4",
115 "babel-plugin-react-intl": "3.0.1",
98 "conventional-changelog-cli": "2.0.11", 116 "conventional-changelog-cli": "2.0.11",
99 "cross-env": "^5.0.5", 117 "cross-env": "^5.0.5",
100 "cz-conventional-changelog": "2.1.0", 118 "cz-conventional-changelog": "2.1.0",
101 "dotenv": "^4.0.0", 119 "dotenv": "^4.0.0",
102 "electron": "4.0.2", 120 "electron": "4.1.4",
103 "electron-builder": "20.38.4", 121 "electron-builder": "20.38.4",
104 "electron-rebuild": "^1.6.0", 122 "electron-rebuild": "1.8.4",
105 "eslint": "5.10.0", 123 "eslint": "5.10.0",
106 "eslint-config-airbnb": "17.1.0", 124 "eslint-config-airbnb": "17.1.0",
107 "eslint-loader": "^1.9.0", 125 "eslint-loader": "^1.9.0",
108 "eslint-plugin-import": "2.14.0", 126 "eslint-plugin-import": "2.14.0",
127 "eslint-plugin-jest": "22.4.1",
109 "eslint-plugin-jsx-a11y": "6.1.2", 128 "eslint-plugin-jsx-a11y": "6.1.2",
110 "eslint-plugin-react": "7.11.1", 129 "eslint-plugin-react": "7.11.1",
130 "expect.js": "0.3.1",
111 "gulp": "^4.0.0", 131 "gulp": "^4.0.0",
112 "gulp-babel": "^8.0.0", 132 "gulp-babel": "^8.0.0",
133 "gulp-cli": "1.2.2",
113 "gulp-sass": "^4.0.2", 134 "gulp-sass": "^4.0.2",
114 "gulp-sass-variables": "^1.1.1", 135 "gulp-sass-variables": "1.1.1",
115 "gulp-server-livereload": "^1.9.2", 136 "gulp-server-livereload": "^1.9.2",
116 "hex-rgb": "3.0.0", 137 "hex-rgb": "3.0.0",
138 "html-webpack-plugin": "4.0.0-beta.5",
117 "husky": "^1.1.4", 139 "husky": "^1.1.4",
118 "install": "0.12.2", 140 "jest": "24.7.1",
119 "kebab-case": "1.0.0", 141 "kebab-case": "1.0.0",
120 "node-sass": "^4.7.2", 142 "lerna": "^3.8.0",
121 "npm": "6.5.0", 143 "mobx-react-devtools": "6.0.3",
122 "prettier": "1.15.2" 144 "mocha": "5.2.0",
145 "node-sass": "4.11.0",
146 "prettier": "1.15.2",
147 "react-intl-translations-manager": "5.0.3",
148 "terser-webpack-plugin": "1.2.1",
149 "ts-loader": "5.3.2",
150 "tslint": "5.12.0",
151 "tslint-config-airbnb": "5.11.1",
152 "typescript": "3.2.2",
153 "webpack": "4.28.3",
154 "webpack-cli": "3.2.1",
155 "webpack-dev-server": "3.1.14",
156 "webpack-node-externals": "1.7.2"
123 }, 157 },
124 "config": { 158 "config": {
125 "commitizen": { 159 "commitizen": {
@@ -127,11 +161,11 @@
127 } 161 }
128 }, 162 },
129 "browserslist": [ 163 "browserslist": [
130 "Chrome 66" 164 "Chrome 69"
131 ], 165 ],
132 "husky": { 166 "husky": {
133 "hooks": { 167 "hooks": {
134 "pre-push": "npm run lint && npm run reformat-files" 168 "pre-push": "npm run lint && npm run reformat-files && npm run manage-translations"
135 } 169 }
136 } 170 }
137} 171}