aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json46
1 files changed, 37 insertions, 9 deletions
diff --git a/package.json b/package.json
index 633fa678f..ed830b536 100644
--- a/package.json
+++ b/package.json
@@ -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",
@@ -45,7 +51,6 @@
45 "electron-updater": "4.0.6", 51 "electron-updater": "4.0.6",
46 "electron-window-state": "5.0.3", 52 "electron-window-state": "5.0.3",
47 "fs-extra": "7.0.1", 53 "fs-extra": "7.0.1",
48 "gulp-cli": "1.2.2",
49 "hex-to-rgba": "1.0.2", 54 "hex-to-rgba": "1.0.2",
50 "ini": "^1.3.4", 55 "ini": "^1.3.4",
51 "jsonwebtoken": "^7.4.1", 56 "jsonwebtoken": "^7.4.1",
@@ -86,7 +91,7 @@
86 "devDependencies": { 91 "devDependencies": {
87 "@adlk/misty": "^0.1.1", 92 "@adlk/misty": "^0.1.1",
88 "@babel/cli": "7.0.0", 93 "@babel/cli": "7.0.0",
89 "@babel/core": "7.0.0", 94 "@babel/core": "^7.2.2",
90 "@babel/plugin-proposal-class-properties": "^7.0.0", 95 "@babel/plugin-proposal-class-properties": "^7.0.0",
91 "@babel/plugin-proposal-decorators": "^7.0.0", 96 "@babel/plugin-proposal-decorators": "^7.0.0",
92 "@babel/plugin-proposal-export-default-from": "^7.0.0", 97 "@babel/plugin-proposal-export-default-from": "^7.0.0",
@@ -96,32 +101,55 @@
96 "@babel/preset-env": "^7.0.0", 101 "@babel/preset-env": "^7.0.0",
97 "@babel/preset-react": "^7.0.0", 102 "@babel/preset-react": "^7.0.0",
98 "@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",
99 "babel-eslint": "10.0.1", 113 "babel-eslint": "10.0.1",
114 "babel-loader": "^8.0.4",
100 "conventional-changelog-cli": "2.0.11", 115 "conventional-changelog-cli": "2.0.11",
101 "cross-env": "^5.0.5", 116 "cross-env": "^5.0.5",
102 "cz-conventional-changelog": "2.1.0", 117 "cz-conventional-changelog": "2.1.0",
103 "dotenv": "^4.0.0", 118 "dotenv": "^4.0.0",
104 "electron": "4.0.4", 119 "electron": "4.0.4",
105 "electron-builder": "20.38.4", 120 "electron-builder": "20.38.4",
106 "electron-rebuild": "^1.6.0", 121 "electron-rebuild": "1.8.4",
107 "eslint": "5.10.0", 122 "eslint": "5.10.0",
108 "eslint-config-airbnb": "17.1.0", 123 "eslint-config-airbnb": "17.1.0",
109 "eslint-loader": "^1.9.0", 124 "eslint-loader": "^1.9.0",
110 "eslint-plugin-import": "2.14.0", 125 "eslint-plugin-import": "2.14.0",
111 "eslint-plugin-jsx-a11y": "6.1.2", 126 "eslint-plugin-jsx-a11y": "6.1.2",
112 "eslint-plugin-react": "7.11.1", 127 "eslint-plugin-react": "7.11.1",
128 "expect.js": "0.3.1",
113 "gulp": "^4.0.0", 129 "gulp": "^4.0.0",
114 "gulp-babel": "^8.0.0", 130 "gulp-babel": "^8.0.0",
131 "gulp-cli": "1.2.2",
115 "gulp-sass": "^4.0.2", 132 "gulp-sass": "^4.0.2",
116 "gulp-sass-variables": "^1.1.1", 133 "gulp-sass-variables": "^1.1.1",
117 "gulp-server-livereload": "^1.9.2", 134 "gulp-server-livereload": "^1.9.2",
118 "hex-rgb": "3.0.0", 135 "hex-rgb": "3.0.0",
136 "html-webpack-plugin": "4.0.0-beta.5",
119 "husky": "^1.1.4", 137 "husky": "^1.1.4",
120 "install": "0.12.2",
121 "kebab-case": "1.0.0", 138 "kebab-case": "1.0.0",
122 "node-sass": "^4.7.2", 139 "lerna": "^3.8.0",
123 "npm": "6.5.0", 140 "mobx-react-devtools": "6.0.3",
124 "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"
125 }, 153 },
126 "config": { 154 "config": {
127 "commitizen": { 155 "commitizen": {