mirror of https://github.com/keeweb/keeweb
up packages
parent
f59f68bebd
commit
dbe2ca80a8
|
@ -16,7 +16,11 @@
|
|||
"no-var": "error",
|
||||
"prefer-const": "error",
|
||||
"no-unused-expressions": "error",
|
||||
"strict": ["error", "never"]
|
||||
"strict": ["error", "never"],
|
||||
"no-mixed-operators": "off",
|
||||
"prefer-promise-reject-errors": "off",
|
||||
"standard/no-callback-literal": "off",
|
||||
"import/no-webpack-loader-syntax": "off"
|
||||
},
|
||||
"parserOptions": {
|
||||
"sourceType": "module",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
46
package.json
46
package.json
|
@ -11,27 +11,29 @@
|
|||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"babel-core": "6.22.1",
|
||||
"babel-loader": "6.2.10",
|
||||
"babel-preset-es2015": "6.22.0",
|
||||
"babel-core": "6.25.0",
|
||||
"babel-loader": "7.0.0",
|
||||
"babel-preset-es2015": "6.24.1",
|
||||
"base64-loader": "1.0.0",
|
||||
"cssnano": "3.10.0",
|
||||
"electron": "^1.6.11",
|
||||
"eslint": "^3.14.1",
|
||||
"eslint-config-standard": "6.2.1",
|
||||
"eslint-plugin-promise": "3.4.0",
|
||||
"eslint-plugin-standard": "2.0.1",
|
||||
"exports-loader": "0.6.3",
|
||||
"electron": "^1.7.3",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-standard": "10.2.1",
|
||||
"eslint-plugin-import": "^2.3.0",
|
||||
"eslint-plugin-node": "^5.0.0",
|
||||
"eslint-plugin-promise": "3.5.0",
|
||||
"eslint-plugin-standard": "3.0.1",
|
||||
"exports-loader": "0.6.4",
|
||||
"get-folder-size": "1.0.0",
|
||||
"grunt": "1.0.1",
|
||||
"grunt-bower-install-simple": "1.2.3",
|
||||
"grunt-bower-install-simple": "1.2.4",
|
||||
"grunt-concurrent": "2.3.1",
|
||||
"grunt-contrib-clean": "1.0.0",
|
||||
"grunt-contrib-compress": "1.4.1",
|
||||
"grunt-contrib-clean": "1.1.0",
|
||||
"grunt-contrib-compress": "1.4.3",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
|
||||
"grunt-contrib-htmlmin": "2.1.0",
|
||||
"grunt-contrib-uglify": "2.0.0",
|
||||
"grunt-contrib-htmlmin": "2.4.0",
|
||||
"grunt-contrib-uglify": "3.0.1",
|
||||
"grunt-contrib-watch": "1.0.0",
|
||||
"grunt-electron": "5.0.0",
|
||||
"grunt-eslint": "19.0.0",
|
||||
|
@ -41,23 +43,23 @@
|
|||
"grunt-sass": "2.0.0",
|
||||
"grunt-string-replace": "1.3.1",
|
||||
"grunt-webpack": "2.0.1",
|
||||
"handlebars": "4.0.6",
|
||||
"handlebars-loader": "1.4.0",
|
||||
"html-minifier": "3.3.0",
|
||||
"handlebars": "4.0.10",
|
||||
"handlebars-loader": "1.5.0",
|
||||
"html-minifier": "3.5.2",
|
||||
"json-loader": "^0.5.4",
|
||||
"load-grunt-tasks": "3.5.2",
|
||||
"node-sass": "4.5.3",
|
||||
"node-stream-zip": "1.3.7",
|
||||
"pkcs15-smartcard-sign": "^1.0.0",
|
||||
"raw-loader": "0.5.1",
|
||||
"stats-webpack-plugin": "0.4.3",
|
||||
"string-replace-webpack-plugin": "0.0.5",
|
||||
"stats-webpack-plugin": "0.6.0",
|
||||
"string-replace-webpack-plugin": "0.1.3",
|
||||
"strip-sourcemap-loader": "0.0.1",
|
||||
"sumchecker": "^2.0.2",
|
||||
"time-grunt": "1.4.0",
|
||||
"uglify-loader": "1.4.0",
|
||||
"webpack": "^2.2.0",
|
||||
"webpack-dev-server": "^2.2.0"
|
||||
"uglify-loader": "2.0.0",
|
||||
"webpack": "^2.6.1",
|
||||
"webpack-dev-server": "^2.4.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"grunt-appdmg": "0.4.0",
|
||||
|
|
Loading…
Reference in New Issue