aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json42
1 files changed, 35 insertions, 7 deletions
diff --git a/package.json b/package.json
index 17e1c2bc9..785eb0398 100644
--- a/package.json
+++ b/package.json
@@ -22,7 +22,9 @@
22 "rebuild": "npx electron-builder install-app-deps", 22 "rebuild": "npx electron-builder install-app-deps",
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"
26 }, 28 },
27 "keywords": [], 29 "keywords": [],
28 "author": "Stefan Malzner <stefan@adlk.io>", 30 "author": "Stefan Malzner <stefan@adlk.io>",
@@ -31,9 +33,13 @@
31 "@babel/polyfill": "^7.0.0", 33 "@babel/polyfill": "^7.0.0",
32 "@babel/runtime": "^7.0.0", 34 "@babel/runtime": "^7.0.0",
33 "@meetfranz/electron-notification-state": "^1.0.0", 35 "@meetfranz/electron-notification-state": "^1.0.0",
36 "@meetfranz/forms": "file:packages/forms",
37 "@meetfranz/theme": "file:packages/theme",
38 "@meetfranz/ui": "file:packages/ui",
34 "address-rfc2822": "^2.0.1", 39 "address-rfc2822": "^2.0.1",
35 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 40 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git",
36 "classnames": "2.2.6", 41 "classnames": "2.2.6",
42 "cld3-asm": "1.0.1",
37 "debug-electron": "^0.0.4", 43 "debug-electron": "^0.0.4",
38 "du": "^0.1.0", 44 "du": "^0.1.0",
39 "electron-dl": "1.12.0", 45 "electron-dl": "1.12.0",
@@ -44,7 +50,6 @@
44 "electron-updater": "4.0.6", 50 "electron-updater": "4.0.6",
45 "electron-window-state": "5.0.3", 51 "electron-window-state": "5.0.3",
46 "fs-extra": "7.0.1", 52 "fs-extra": "7.0.1",
47 "gulp-cli": "1.2.2",
48 "hex-to-rgba": "1.0.2", 53 "hex-to-rgba": "1.0.2",
49 "ini": "^1.3.4", 54 "ini": "^1.3.4",
50 "jsonwebtoken": "^7.4.1", 55 "jsonwebtoken": "^7.4.1",
@@ -85,7 +90,7 @@
85 "devDependencies": { 90 "devDependencies": {
86 "@adlk/misty": "^0.1.1", 91 "@adlk/misty": "^0.1.1",
87 "@babel/cli": "7.0.0", 92 "@babel/cli": "7.0.0",
88 "@babel/core": "7.0.0", 93 "@babel/core": "^7.2.2",
89 "@babel/plugin-proposal-class-properties": "^7.0.0", 94 "@babel/plugin-proposal-class-properties": "^7.0.0",
90 "@babel/plugin-proposal-decorators": "^7.0.0", 95 "@babel/plugin-proposal-decorators": "^7.0.0",
91 "@babel/plugin-proposal-export-default-from": "^7.0.0", 96 "@babel/plugin-proposal-export-default-from": "^7.0.0",
@@ -95,7 +100,17 @@
95 "@babel/preset-env": "^7.0.0", 100 "@babel/preset-env": "^7.0.0",
96 "@babel/preset-react": "^7.0.0", 101 "@babel/preset-react": "^7.0.0",
97 "@babel/register": "7.0.0", 102 "@babel/register": "7.0.0",
103 "@types/classnames": "^2.2.6",
104 "@types/color": "^3.0.0",
105 "@types/color-convert": "^1.9.0",
106 "@types/jss": "^9.5.7",
107 "@types/lodash": "^4.14.119",
108 "@types/react": "^16.7.18",
109 "@types/react-dom": "16.0.11",
110 "@types/react-jss": "^8.6.0",
111 "@types/uuid": "3.4.4",
98 "babel-eslint": "10.0.1", 112 "babel-eslint": "10.0.1",
113 "babel-loader": "^8.0.4",
99 "conventional-changelog-cli": "2.0.11", 114 "conventional-changelog-cli": "2.0.11",
100 "cross-env": "^5.0.5", 115 "cross-env": "^5.0.5",
101 "cz-conventional-changelog": "2.1.0", 116 "cz-conventional-changelog": "2.1.0",
@@ -109,18 +124,31 @@
109 "eslint-plugin-import": "2.14.0", 124 "eslint-plugin-import": "2.14.0",
110 "eslint-plugin-jsx-a11y": "6.1.2", 125 "eslint-plugin-jsx-a11y": "6.1.2",
111 "eslint-plugin-react": "7.11.1", 126 "eslint-plugin-react": "7.11.1",
127 "expect.js": "0.3.1",
112 "gulp": "^4.0.0", 128 "gulp": "^4.0.0",
113 "gulp-babel": "^8.0.0", 129 "gulp-babel": "^8.0.0",
130 "gulp-cli": "1.2.2",
114 "gulp-sass": "^4.0.2", 131 "gulp-sass": "^4.0.2",
115 "gulp-sass-variables": "^1.1.1", 132 "gulp-sass-variables": "^1.1.1",
116 "gulp-server-livereload": "^1.9.2", 133 "gulp-server-livereload": "^1.9.2",
117 "hex-rgb": "3.0.0", 134 "hex-rgb": "3.0.0",
135 "html-webpack-plugin": "4.0.0-beta.5",
118 "husky": "^1.1.4", 136 "husky": "^1.1.4",
119 "install": "0.12.2",
120 "kebab-case": "1.0.0", 137 "kebab-case": "1.0.0",
121 "node-sass": "^4.7.2", 138 "lerna": "^3.8.0",
122 "npm": "6.5.0", 139 "mobx-react-devtools": "6.0.3",
123 "prettier": "1.15.2" 140 "mocha": "5.2.0",
141 "node-sass": "4.11.0",
142 "prettier": "1.15.2",
143 "terser-webpack-plugin": "1.2.1",
144 "ts-loader": "5.3.2",
145 "tslint": "5.12.0",
146 "tslint-config-airbnb": "5.11.1",
147 "typescript": "3.2.2",
148 "webpack": "4.28.3",
149 "webpack-cli": "3.2.1",
150 "webpack-dev-server": "3.1.14",
151 "webpack-node-externals": "1.7.2"
124 }, 152 },
125 "config": { 153 "config": {
126 "commitizen": { 154 "commitizen": {