|
@@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "lesspass-pure", |
|
|
"name": "lesspass-pure", |
|
|
"version": "5.1.4", |
|
|
|
|
|
|
|
|
"version": "5.1.5", |
|
|
"description": "LessPass web component", |
|
|
"description": "LessPass web component", |
|
|
"license": "GPL-3.0", |
|
|
"license": "GPL-3.0", |
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
@@ -21,54 +21,54 @@ |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"@oslab/atob": "^0.1.0", |
|
|
|
|
|
"@oslab/btoa": "^0.1.0", |
|
|
|
|
|
"awesomplete": "^1.1.2", |
|
|
|
|
|
"axios": "^0.18.0", |
|
|
|
|
|
"balloon-css": "^0.5.0", |
|
|
|
|
|
"bootstrap": "^4.0.0", |
|
|
|
|
|
"copy-text-to-clipboard": "^1.0.4", |
|
|
|
|
|
"font-awesome": "^4.7.0", |
|
|
|
|
|
"jwt-decode": "^2.2.0", |
|
|
|
|
|
"lesspass": "^6.0.0", |
|
|
|
|
|
"lodash.debounce": "^4.0.8", |
|
|
|
|
|
"lodash.uniqby": "^4.7.0", |
|
|
|
|
|
"vue": "^2.5.16", |
|
|
|
|
|
"vue-polyglot": "^0.2.3", |
|
|
|
|
|
"vue-router": "^3.0.1", |
|
|
|
|
|
"vuejs-paginate": "^1.8.0", |
|
|
|
|
|
"vuex": "^3.0.1", |
|
|
|
|
|
"vuex-persistedstate": "^2.5.1", |
|
|
|
|
|
"vuex-router-sync": "^5.0.0" |
|
|
|
|
|
|
|
|
"@oslab/atob": "0.1.0", |
|
|
|
|
|
"@oslab/btoa": "0.1.0", |
|
|
|
|
|
"awesomplete": "1.1.2", |
|
|
|
|
|
"axios": "0.18.0", |
|
|
|
|
|
"balloon-css": "0.5.0", |
|
|
|
|
|
"bootstrap": "4.0.0", |
|
|
|
|
|
"copy-text-to-clipboard": "1.0.4", |
|
|
|
|
|
"font-awesome": "4.7.0", |
|
|
|
|
|
"jwt-decode": "2.2.0", |
|
|
|
|
|
"lesspass": "6.0.0", |
|
|
|
|
|
"lodash.debounce": "4.0.8", |
|
|
|
|
|
"lodash.uniqby": "4.7.0", |
|
|
|
|
|
"vue": "2.5.16", |
|
|
|
|
|
"vue-polyglot": "0.2.3", |
|
|
|
|
|
"vue-router": "3.0.1", |
|
|
|
|
|
"vuejs-paginate": "1.8.0", |
|
|
|
|
|
"vuex": "3.0.1", |
|
|
|
|
|
"vuex-persistedstate": "2.5.1", |
|
|
|
|
|
"vuex-router-sync": "5.0.0" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"ava": "^0.25.0", |
|
|
|
|
|
"babel-core": "^6.26.0", |
|
|
|
|
|
"babel-loader": "^7.1.4", |
|
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0", |
|
|
|
|
|
"babel-preset-env": "^1.6.1", |
|
|
|
|
|
"babel-register": "^6.26.0", |
|
|
|
|
|
"chromedriver": "^2.37.0", |
|
|
|
|
|
"copy-webpack-plugin": "^4.5.1", |
|
|
|
|
|
"cross-env": "^5.1.4", |
|
|
|
|
|
"css-loader": "^0.28.11", |
|
|
|
|
|
"express": "^4.16.3", |
|
|
|
|
|
"extract-text-webpack-plugin": "^3.0.2", |
|
|
|
|
|
"file-loader": "^1.1.11", |
|
|
|
|
|
"nightwatch": "^0.9.20", |
|
|
|
|
|
"nock": "^9.2.3", |
|
|
|
|
|
"node-sass": "^4.8.3", |
|
|
|
|
|
"prettier": "^1.11.1", |
|
|
|
|
|
"sass-loader": "^6.0.7", |
|
|
|
|
|
"style-loader": "^0.20.3", |
|
|
|
|
|
"timekeeper": "^2.1.0", |
|
|
|
|
|
"url-loader": "^1.0.1", |
|
|
|
|
|
"vue-loader": "^14.2.2", |
|
|
|
|
|
"vue-polyglot-utils": "^0.1.1", |
|
|
|
|
|
"vue-template-compiler": "^2.5.16", |
|
|
|
|
|
"walk": "^2.3.13", |
|
|
|
|
|
"webpack": "^3.10.0", |
|
|
|
|
|
"webpack-dev-server": "^2.9.5" |
|
|
|
|
|
|
|
|
"ava": "0.25.0", |
|
|
|
|
|
"babel-core": "6.26.0", |
|
|
|
|
|
"babel-loader": "7.1.4", |
|
|
|
|
|
"babel-plugin-transform-object-rest-spread": "6.26.0", |
|
|
|
|
|
"babel-preset-env": "1.6.1", |
|
|
|
|
|
"babel-register": "6.26.0", |
|
|
|
|
|
"chromedriver": "2.37.0", |
|
|
|
|
|
"copy-webpack-plugin": "4.5.1", |
|
|
|
|
|
"cross-env": "5.1.4", |
|
|
|
|
|
"css-loader": "0.28.11", |
|
|
|
|
|
"express": "4.16.3", |
|
|
|
|
|
"extract-text-webpack-plugin": "3.0.2", |
|
|
|
|
|
"file-loader": "1.1.11", |
|
|
|
|
|
"nightwatch": "0.9.20", |
|
|
|
|
|
"nock": "9.2.3", |
|
|
|
|
|
"node-sass": "4.8.3", |
|
|
|
|
|
"prettier": "1.11.1", |
|
|
|
|
|
"sass-loader": "6.0.7", |
|
|
|
|
|
"style-loader": "0.20.3", |
|
|
|
|
|
"timekeeper": "2.1.0", |
|
|
|
|
|
"url-loader": "1.0.1", |
|
|
|
|
|
"vue-loader": "14.2.2", |
|
|
|
|
|
"vue-polyglot-utils": "0.1.1", |
|
|
|
|
|
"vue-template-compiler": "2.5.16", |
|
|
|
|
|
"walk": "2.3.13", |
|
|
|
|
|
"webpack": "3.10.0", |
|
|
|
|
|
"webpack-dev-server": "2.9.5" |
|
|
}, |
|
|
}, |
|
|
"ava": { |
|
|
"ava": { |
|
|
"require": "babel-register", |
|
|
"require": "babel-register", |
|
|