aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json53
1 files changed, 41 insertions, 12 deletions
diff --git a/package.json b/package.json
index ba141e036..cca2945f8 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.23", 5 "version": "5.0.0-beta.24",
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",
@@ -19,10 +19,13 @@
19 "sign": "gulp sign", 19 "sign": "gulp sign",
20 "prebuild": "gulp build", 20 "prebuild": "gulp build",
21 "build": "npx electron-builder --publish onTag", 21 "build": "npx electron-builder --publish onTag",
22 "rebuild": "npx electron-builder install-app-deps", 22 "rebuild": "npx electron-rebuild",
23 "commit": "git-cz", 23 "commit": "git-cz",
24 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", 24 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
25 "reformat-files": "npx prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"" 25 "reformat-files": "./node_modules/.bin/prettier --ignore-path .eslintignore --write --require-pragma \"**/*.{js,jsx,scss}\"",
26 "packages": "npx lerna publish --no-git-tag-version",
27 "uidev": "cd uidev && webpack-dev-server",
28 "postinstall": "npx lerna run prepare"
26 }, 29 },
27 "keywords": [], 30 "keywords": [],
28 "author": "Stefan Malzner <stefan@adlk.io>", 31 "author": "Stefan Malzner <stefan@adlk.io>",
@@ -31,6 +34,9 @@
31 "@babel/polyfill": "^7.0.0", 34 "@babel/polyfill": "^7.0.0",
32 "@babel/runtime": "^7.0.0", 35 "@babel/runtime": "^7.0.0",
33 "@meetfranz/electron-notification-state": "^1.0.0", 36 "@meetfranz/electron-notification-state": "^1.0.0",
37 "@meetfranz/forms": "file:packages/forms",
38 "@meetfranz/theme": "file:packages/theme",
39 "@meetfranz/ui": "file:packages/ui",
34 "address-rfc2822": "^2.0.1", 40 "address-rfc2822": "^2.0.1",
35 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 41 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git",
36 "classnames": "2.2.6", 42 "classnames": "2.2.6",
@@ -40,11 +46,11 @@
40 "electron-dl": "1.12.0", 46 "electron-dl": "1.12.0",
41 "electron-fetch": "1.3.0", 47 "electron-fetch": "1.3.0",
42 "electron-hunspell": "0.1.1", 48 "electron-hunspell": "0.1.1",
49 "electron-is-dev": "1.0.1",
43 "electron-react-titlebar": "0.8.1", 50 "electron-react-titlebar": "0.8.1",
44 "electron-updater": "4.0.6", 51 "electron-updater": "4.0.6",
45 "electron-window-state": "^4.1.0", 52 "electron-window-state": "5.0.3",
46 "fs-extra": "7.0.1", 53 "fs-extra": "7.0.1",
47 "gulp-cli": "1.2.2",
48 "hex-to-rgba": "1.0.2", 54 "hex-to-rgba": "1.0.2",
49 "ini": "^1.3.4", 55 "ini": "^1.3.4",
50 "jsonwebtoken": "^7.4.1", 56 "jsonwebtoken": "^7.4.1",
@@ -85,7 +91,7 @@
85 "devDependencies": { 91 "devDependencies": {
86 "@adlk/misty": "^0.1.1", 92 "@adlk/misty": "^0.1.1",
87 "@babel/cli": "7.0.0", 93 "@babel/cli": "7.0.0",
88 "@babel/core": "7.0.0", 94 "@babel/core": "^7.2.2",
89 "@babel/plugin-proposal-class-properties": "^7.0.0", 95 "@babel/plugin-proposal-class-properties": "^7.0.0",
90 "@babel/plugin-proposal-decorators": "^7.0.0", 96 "@babel/plugin-proposal-decorators": "^7.0.0",
91 "@babel/plugin-proposal-export-default-from": "^7.0.0", 97 "@babel/plugin-proposal-export-default-from": "^7.0.0",
@@ -95,32 +101,55 @@
95 "@babel/preset-env": "^7.0.0", 101 "@babel/preset-env": "^7.0.0",
96 "@babel/preset-react": "^7.0.0", 102 "@babel/preset-react": "^7.0.0",
97 "@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",
98 "babel-eslint": "10.0.1", 113 "babel-eslint": "10.0.1",
114 "babel-loader": "^8.0.4",
99 "conventional-changelog-cli": "2.0.11", 115 "conventional-changelog-cli": "2.0.11",
100 "cross-env": "^5.0.5", 116 "cross-env": "^5.0.5",
101 "cz-conventional-changelog": "2.1.0", 117 "cz-conventional-changelog": "2.1.0",
102 "dotenv": "^4.0.0", 118 "dotenv": "^4.0.0",
103 "electron": "4.0.2", 119 "electron": "4.0.4",
104 "electron-builder": "20.38.4", 120 "electron-builder": "20.38.4",
105 "electron-rebuild": "^1.6.0", 121 "electron-rebuild": "1.8.4",
106 "eslint": "5.10.0", 122 "eslint": "5.10.0",
107 "eslint-config-airbnb": "17.1.0", 123 "eslint-config-airbnb": "17.1.0",
108 "eslint-loader": "^1.9.0", 124 "eslint-loader": "^1.9.0",
109 "eslint-plugin-import": "2.14.0", 125 "eslint-plugin-import": "2.14.0",
110 "eslint-plugin-jsx-a11y": "6.1.2", 126 "eslint-plugin-jsx-a11y": "6.1.2",
111 "eslint-plugin-react": "7.11.1", 127 "eslint-plugin-react": "7.11.1",
128 "expect.js": "0.3.1",
112 "gulp": "^4.0.0", 129 "gulp": "^4.0.0",
113 "gulp-babel": "^8.0.0", 130 "gulp-babel": "^8.0.0",
131 "gulp-cli": "1.2.2",
114 "gulp-sass": "^4.0.2", 132 "gulp-sass": "^4.0.2",
115 "gulp-sass-variables": "^1.1.1", 133 "gulp-sass-variables": "^1.1.1",
116 "gulp-server-livereload": "^1.9.2", 134 "gulp-server-livereload": "^1.9.2",
117 "hex-rgb": "3.0.0", 135 "hex-rgb": "3.0.0",
136 "html-webpack-plugin": "4.0.0-beta.5",
118 "husky": "^1.1.4", 137 "husky": "^1.1.4",
119 "install": "0.12.2",
120 "kebab-case": "1.0.0", 138 "kebab-case": "1.0.0",
121 "node-sass": "^4.7.2", 139 "lerna": "^3.8.0",
122 "npm": "6.5.0", 140 "mobx-react-devtools": "6.0.3",
123 "prettier": "1.15.2" 141 "mocha": "5.2.0",
142 "node-sass": "4.11.0",
143 "prettier": "1.15.2",
144 "terser-webpack-plugin": "1.2.1",
145 "ts-loader": "5.3.2",
146 "tslint": "5.12.0",
147 "tslint-config-airbnb": "5.11.1",
148 "typescript": "3.2.2",
149 "webpack": "4.28.3",
150 "webpack-cli": "3.2.1",
151 "webpack-dev-server": "3.1.14",
152 "webpack-node-externals": "1.7.2"
124 }, 153 },
125 "config": { 154 "config": {
126 "commitizen": { 155 "commitizen": {