|
|
@@ -1,86 +1,50 @@ |
|
|
|
{ |
|
|
|
"name": "lesspass", |
|
|
|
"version": "1.0.0", |
|
|
|
"name": "frontend", |
|
|
|
"description": "open source password manager", |
|
|
|
"author": "Guillaume Vincent <guillaume@oslab.fr>", |
|
|
|
"scripts": { |
|
|
|
"dev": "node build/dev-server.js", |
|
|
|
"build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js", |
|
|
|
"unit": "karma start test/unit/karma.conf.js --single-run", |
|
|
|
"e2e": "node test/e2e/runner.js", |
|
|
|
"test": "npm run unit && npm run e2e" |
|
|
|
"dev": "webpack-dev-server --inline --hot --host 0.0.0.0", |
|
|
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"bootstrap": "^4.0.0-alpha.2", |
|
|
|
"clipboard": "^1.5.8", |
|
|
|
"clipboard": "^1.5.9", |
|
|
|
"es6-promise": "^3.1.2", |
|
|
|
"express": "^4.13.4", |
|
|
|
"font-awesome": "^4.5.0", |
|
|
|
"jquery": "^2.2.1", |
|
|
|
"isomorphic-fetch": "^2.2.1", |
|
|
|
"jquery": "^2.2.2", |
|
|
|
"lesspass": "^1.1.1", |
|
|
|
"tether": "^1.2.0", |
|
|
|
"toastr": "^2.1.2", |
|
|
|
"vue": "^1.0.17", |
|
|
|
"vue-i18n": "^2.4.0", |
|
|
|
"vue-resource": "^0.7.0", |
|
|
|
"vue-router": "^0.7.11", |
|
|
|
"whatwg-fetch": "^0.11.0" |
|
|
|
"vue": "^1.0.20", |
|
|
|
"vue-i18n": "^2.4.1", |
|
|
|
"vue-router": "^0.7.11" |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"babel-core": "^6.0.0", |
|
|
|
"babel-loader": "^6.0.0", |
|
|
|
"babel-plugin-transform-runtime": "^6.0.0", |
|
|
|
"babel-preset-es2015": "^6.0.0", |
|
|
|
"babel-preset-stage-2": "^6.0.0", |
|
|
|
"babel-runtime": "^5.8.0", |
|
|
|
"chromedriver": "^2.21.2", |
|
|
|
"connect-history-api-fallback": "^1.1.0", |
|
|
|
"babel-core": "^6.7.4", |
|
|
|
"babel-loader": "^6.2.4", |
|
|
|
"babel-plugin-transform-runtime": "^6.6.0", |
|
|
|
"babel-preset-es2015": "^6.6.0", |
|
|
|
"cross-env": "^1.0.7", |
|
|
|
"cross-spawn": "^2.1.5", |
|
|
|
"css-loader": "^0.23.0", |
|
|
|
"eslint": "^2.4.0", |
|
|
|
"eslint-config-airbnb": "^6.1.0", |
|
|
|
"eslint-config-standard": "^5.1.0", |
|
|
|
"eslint-friendly-formatter": "^1.2.2", |
|
|
|
"eslint-loader": "^1.3.0", |
|
|
|
"eslint-plugin-html": "^1.3.0", |
|
|
|
"eslint-plugin-promise": "^1.0.8", |
|
|
|
"eslint-plugin-react": "^4.2.2", |
|
|
|
"eslint-plugin-standard": "^1.3.2", |
|
|
|
"eventsource-polyfill": "^0.9.6", |
|
|
|
"exports-loader": "^0.6.3", |
|
|
|
"express": "^4.13.3", |
|
|
|
"extract-text-webpack-plugin": "^1.0.1", |
|
|
|
"file-loader": "^0.8.4", |
|
|
|
"function-bind": "^1.0.2", |
|
|
|
"html-webpack-plugin": "^2.8.1", |
|
|
|
"http-proxy-middleware": "^0.11.0", |
|
|
|
"imports-loader": "^0.6.5", |
|
|
|
"inject-loader": "^2.0.1", |
|
|
|
"isparta-loader": "^2.0.0", |
|
|
|
"jasmine-core": "^2.4.1", |
|
|
|
"css-loader": "^0.23.1", |
|
|
|
"file-loader": "^0.8.5", |
|
|
|
"json-loader": "^0.5.4", |
|
|
|
"karma": "^0.13.15", |
|
|
|
"karma-coverage": "^0.5.5", |
|
|
|
"karma-jasmine": "^0.3.6", |
|
|
|
"karma-phantomjs-launcher": "^1.0.0", |
|
|
|
"karma-sourcemap-loader": "^0.3.7", |
|
|
|
"karma-spec-reporter": "0.0.24", |
|
|
|
"karma-webpack": "^1.7.0", |
|
|
|
"mkdirp": "^0.5.1", |
|
|
|
"ncp": "^2.0.0", |
|
|
|
"nightwatch": "^0.8.18", |
|
|
|
"phantomjs-prebuilt": "^2.1.3", |
|
|
|
"rimraf": "^2.5.0", |
|
|
|
"selenium-server": "2.52.0", |
|
|
|
"url-loader": "^0.5.7", |
|
|
|
"vue-hot-reload-api": "^1.2.0", |
|
|
|
"vue-html-loader": "^1.0.0", |
|
|
|
"vue-loader": "^8.1.3", |
|
|
|
"vue-hot-reload-api": "^1.3.2", |
|
|
|
"vue-html-loader": "^1.2.0", |
|
|
|
"vue-loader": "^8.2.2", |
|
|
|
"vue-style-loader": "^1.0.0", |
|
|
|
"webpack": "^1.12.2", |
|
|
|
"webpack-dev-middleware": "^1.4.0", |
|
|
|
"webpack-hot-middleware": "^2.6.0", |
|
|
|
"webpack-merge": "^0.8.3" |
|
|
|
"webpack": "^1.12.14", |
|
|
|
"webpack-dev-server": "^1.14.1" |
|
|
|
}, |
|
|
|
"babel": { |
|
|
|
"presets": [ |
|
|
|
"es2015" |
|
|
|
], |
|
|
|
"plugins": [ |
|
|
|
"transform-runtime" |
|
|
|
], |
|
|
|
"comments": false |
|
|
|
} |
|
|
|
} |