mirror of https://github.com/keeweb/keeweb
up deps
parent
17a777b7e6
commit
e1b0409648
File diff suppressed because it is too large
Load Diff
67
package.json
67
package.json
|
@ -10,69 +10,70 @@
|
|||
"url": "https://github.com/keeweb/keeweb"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/preset-env": "^7.2.3",
|
||||
"argon2-browser": "1.5.2",
|
||||
"babel-loader": "8.0.5",
|
||||
"backbone": "1.3.3",
|
||||
"baron": "2.2.2",
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"argon2-browser": "1.6.0",
|
||||
"babel-loader": "8.0.6",
|
||||
"backbone": "1.4.0",
|
||||
"baron": "3.0.3",
|
||||
"base64-loader": "1.0.0",
|
||||
"bourbon": "4.2.7",
|
||||
"electron": "^4.0.1",
|
||||
"eslint": "^5.12.0",
|
||||
"eslint-config-standard": "12.0.0",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-node": "^8.0.1",
|
||||
"eslint-plugin-promise": "4.0.1",
|
||||
"bourbon": "^4.2.7",
|
||||
"electron": "^6.0.2",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-config-standard": "^13.0.1",
|
||||
"eslint-plugin-import": "^2.18.2",
|
||||
"eslint-plugin-node": "^9.1.0",
|
||||
"eslint-plugin-promise": "4.2.1",
|
||||
"eslint-plugin-standard": "4.0.0",
|
||||
"exports-loader": "0.7.0",
|
||||
"font-awesome": "4.7.0",
|
||||
"grunt": "1.0.3",
|
||||
"grunt": "1.0.4",
|
||||
"grunt-contrib-clean": "2.0.0",
|
||||
"grunt-contrib-compress": "1.4.3",
|
||||
"grunt-contrib-compress": "github:keeweb/grunt-contrib-compress#08966cd",
|
||||
"grunt-contrib-copy": "1.0.0",
|
||||
"grunt-contrib-deb": "github:keeweb/grunt-contrib-deb#e9b6e9f",
|
||||
"grunt-contrib-htmlmin": "3.0.0",
|
||||
"grunt-contrib-uglify": "4.0.0",
|
||||
"grunt-contrib-htmlmin": "3.1.0",
|
||||
"grunt-contrib-uglify": "4.0.1",
|
||||
"grunt-contrib-watch": "1.1.0",
|
||||
"grunt-electron": "9.0.1",
|
||||
"grunt-eslint": "21.0.0",
|
||||
"grunt-electron": "11.0.0",
|
||||
"grunt-eslint": "22.0.0",
|
||||
"grunt-gitinfo": "github:keeweb/grunt-gitinfo#b61aaed",
|
||||
"grunt-inline-alt": "github:keeweb/grunt-inline-alt#ec9f6ad",
|
||||
"grunt-string-replace": "1.3.1",
|
||||
"grunt-webpack": "3.1.3",
|
||||
"handlebars": "4.0.12",
|
||||
"handlebars": "4.1.2",
|
||||
"handlebars-loader": "1.7.1",
|
||||
"html-minifier": "3.5.21",
|
||||
"html-minifier": "4.0.0",
|
||||
"ignore-loader": "^0.1.2",
|
||||
"jquery": "3.3.1",
|
||||
"json-loader": "^0.5.4",
|
||||
"jquery": "3.4.1",
|
||||
"json-loader": "^0.5.7",
|
||||
"jsqrcode": "github:antelle/jsqrcode#0.1.3",
|
||||
"kdbxweb": "1.2.7",
|
||||
"load-grunt-tasks": "4.0.0",
|
||||
"load-grunt-tasks": "5.1.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"node-stream-zip": "1.7.0",
|
||||
"node-sass": "^4.12.0",
|
||||
"node-stream-zip": "1.8.2",
|
||||
"normalize.css": "8.0.1",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
||||
"pikaday": "1.8.0",
|
||||
"pkcs15-smartcard-sign": "^1.0.0",
|
||||
"raw-loader": "^1.0.0",
|
||||
"raw-loader": "^3.1.0",
|
||||
"sass-loader": "^7.2.0",
|
||||
"stats-webpack-plugin": "0.7.0",
|
||||
"string-replace-webpack-plugin": "0.1.3",
|
||||
"strip-sourcemap-loader": "0.0.1",
|
||||
"sumchecker": "^2.0.2",
|
||||
"sumchecker": "^3.0.0",
|
||||
"time-grunt": "2.0.0",
|
||||
"uglify-loader": "3.0.0",
|
||||
"uglifyjs-webpack-plugin": "^2.1.1",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"url-loader": "^2.1.0",
|
||||
"webpack": "^4.28.3",
|
||||
"webpack-bundle-analyzer": "^3.0.3",
|
||||
"webpack-dev-server": "^3.1.14"
|
||||
"webpack": "^4.39.2",
|
||||
"webpack-bundle-analyzer": "^3.4.1",
|
||||
"webpack-dev-server": "^3.8.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"grunt-appdmg": "1.0.0",
|
||||
"keytar": "^4.3.0"
|
||||
"grunt-appdmg": "github:keeweb/grunt-appdmg#874ad83",
|
||||
"keytar": "^5.0.0-beta.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "grunt",
|
||||
|
|
Loading…
Reference in New Issue