|
|
@@ -1,70 +0,0 @@ |
|
|
|
{ |
|
|
|
"name": "lesspass", |
|
|
|
"version": "9.1.9", |
|
|
|
"description": "LessPass mono repo", |
|
|
|
"repository": "https://github.com/lesspass/lesspass", |
|
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
|
|
"license": "GPL-3.0", |
|
|
|
"private": true, |
|
|
|
"scripts": { |
|
|
|
"test": "yarn workspaces run test" |
|
|
|
}, |
|
|
|
"workspaces": [ |
|
|
|
"packages/*" |
|
|
|
], |
|
|
|
"devDependencies": { |
|
|
|
"@babel/core": "^7.5.4", |
|
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.4", |
|
|
|
"@babel/plugin-transform-object-assign": "^7.2.0", |
|
|
|
"@babel/plugin-transform-react-jsx": "^7.3.0", |
|
|
|
"@babel/preset-env": "^7.5.4", |
|
|
|
"@babel/register": "^7.4.4", |
|
|
|
"@vue/cli-plugin-babel": "^4.0.4", |
|
|
|
"@vue/cli-service": "^4.0.4", |
|
|
|
"@vue/test-utils": "^1.0.0-beta.29", |
|
|
|
"axios-mock-adapter": "^1.17.0", |
|
|
|
"babel-core": "7.0.0-bridge.0", |
|
|
|
"babel-loader": "^8.0.6", |
|
|
|
"chrome-webstore-upload-cli": "^1.2.0", |
|
|
|
"clean-webpack-plugin": "^3.0.0", |
|
|
|
"copy-webpack-plugin": "^5.0.3", |
|
|
|
"cross-env": "^5.2.0", |
|
|
|
"css-loader": "^3.0.0", |
|
|
|
"cypress": "^4.5.0", |
|
|
|
"cypress-plugin-tab": "^1.0.5", |
|
|
|
"express": "^4.17.1", |
|
|
|
"file-loader": "^4.0.0", |
|
|
|
"html-webpack-plugin": "^3.2.0", |
|
|
|
"http-server": "^0.11.1", |
|
|
|
"jest": "^24.8.0", |
|
|
|
"jquery": "^3.4.1", |
|
|
|
"karma": "^4.2.0", |
|
|
|
"karma-chrome-launcher": "^3.0.0", |
|
|
|
"karma-mocha": "1.3.0", |
|
|
|
"karma-webpack": "^4.0.2", |
|
|
|
"mini-css-extract-plugin": "^0.8.0", |
|
|
|
"mocha": "^6.1.4", |
|
|
|
"nock": "^10.0.6", |
|
|
|
"node-sass": "^4.12.0", |
|
|
|
"popper.js": "^1.15.0", |
|
|
|
"postcss-loader": "^3.0.0", |
|
|
|
"prettier": "^1.18.2", |
|
|
|
"raw-loader": "^3.0.0", |
|
|
|
"sass-loader": "^7.1.0", |
|
|
|
"start-server-and-test": "^1.9.1", |
|
|
|
"style-loader": "^0.23.1", |
|
|
|
"timekeeper": "^2.2.0", |
|
|
|
"url-loader": "^2.0.1", |
|
|
|
"vue-jest": "^3.0.4", |
|
|
|
"vue-loader": "^15.7.0", |
|
|
|
"vue-polyglot-utils": "^0.1.1", |
|
|
|
"vue-template-compiler": "^2.6.10", |
|
|
|
"walk": "^2.3.14", |
|
|
|
"web-ext": "^4.3.0", |
|
|
|
"web-ext-submit": "^3.1.0", |
|
|
|
"webpack": "^4.35.3", |
|
|
|
"webpack-cli": "^3.3.6", |
|
|
|
"webpack-dev-server": "^3.7.2", |
|
|
|
"webpack-merge": "^4.2.1" |
|
|
|
} |
|
|
|
} |