2018-10-15 17:32:27 +03:00
|
|
|
{
|
|
|
|
"name": "twofactor_totp",
|
|
|
|
"description": "Nextcloud TwoFactor TOTP",
|
2019-08-26 13:55:24 +03:00
|
|
|
"version": "4.0.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
|
|
|
|
"license": "agpl",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --progress --hide-modules --config src/webpack.prod.js",
|
|
|
|
"dev": "webpack --progress --watch --config src/webpack.dev.js",
|
2019-08-08 10:38:50 +03:00
|
|
|
"lint": "eslint --ext .js,.vue src",
|
2018-10-15 17:32:27 +03:00
|
|
|
"lint:autofix": "eslint --ext .js,.vue src --fix",
|
|
|
|
"test": "mocha-webpack --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js",
|
|
|
|
"test:watch": "mocha-webpack -w --webpack-config src/webpack.test.js --require src/tests/setup.js src/tests/**/*.spec.js"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-07-01 04:13:52 +03:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.1",
|
2019-08-22 04:13:23 +03:00
|
|
|
"@vue/babel-preset-app": "^3.11.0",
|
2019-04-30 11:09:23 +03:00
|
|
|
"nextcloud-auth": "0.0.3",
|
2019-08-30 04:15:52 +03:00
|
|
|
"nextcloud-axios": "^0.2.1",
|
2019-09-02 10:27:11 +03:00
|
|
|
"nextcloud-logger": "0.0.6",
|
2019-08-29 04:12:54 +03:00
|
|
|
"nextcloud-password-confirmation": "^0.4.2",
|
2019-09-03 04:14:14 +03:00
|
|
|
"nextcloud-router": "0.0.9",
|
2019-09-05 04:13:50 +03:00
|
|
|
"nextcloud-vue": "^0.12.3",
|
2019-03-20 11:04:30 +03:00
|
|
|
"vue": "^2.6.10",
|
2019-05-09 04:13:25 +03:00
|
|
|
"vuex": "^3.1.1"
|
2018-10-15 17:32:27 +03:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
|
|
|
"ie >= 11"
|
|
|
|
],
|
2018-10-18 17:24:10 +03:00
|
|
|
"jshintConfig": {
|
|
|
|
"esversion": 6
|
|
|
|
},
|
2018-10-15 17:32:27 +03:00
|
|
|
"devDependencies": {
|
2019-08-02 22:39:19 +03:00
|
|
|
"@babel/core": "^7.5.5",
|
2019-07-18 04:13:29 +03:00
|
|
|
"@babel/preset-env": "^7.5.5",
|
2019-02-04 05:18:25 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.29",
|
2019-08-26 04:13:02 +03:00
|
|
|
"babel-eslint": "^10.0.3",
|
2019-05-13 04:14:15 +03:00
|
|
|
"babel-loader": "^8.0.6",
|
2018-10-15 17:32:27 +03:00
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
|
"chai": "^4.2.0",
|
2019-08-07 04:12:23 +03:00
|
|
|
"css-loader": "^3.2.0",
|
2019-09-02 04:13:31 +03:00
|
|
|
"eslint": "^6.3.0",
|
2019-09-04 04:13:51 +03:00
|
|
|
"eslint-config-prettier": "^6.2.0",
|
2019-08-27 04:14:00 +03:00
|
|
|
"eslint-plugin-nextcloud": "^0.3.0",
|
2019-05-13 04:13:36 +03:00
|
|
|
"eslint-plugin-prettier": "^3.1.0",
|
2019-07-11 14:12:01 +03:00
|
|
|
"eslint-plugin-vue": "^5.2.3",
|
2019-08-08 12:42:26 +03:00
|
|
|
"file-loader": "^4.2.0",
|
2019-05-29 04:13:15 +03:00
|
|
|
"jsdom": "^15.1.1",
|
2018-10-15 17:32:27 +03:00
|
|
|
"jsdom-global": "^3.0.2",
|
2019-08-07 04:28:27 +03:00
|
|
|
"mocha": "^6.2.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"mocha-webpack": "^2.0.0-beta.0",
|
2019-04-29 04:13:20 +03:00
|
|
|
"node-sass": "^4.12.0",
|
2019-06-11 10:53:02 +03:00
|
|
|
"prettier": "1.18.2",
|
2019-08-21 04:13:20 +03:00
|
|
|
"sass-loader": "^7.3.1",
|
2019-09-03 04:13:42 +03:00
|
|
|
"sinon": "^7.4.2",
|
2019-07-19 06:00:16 +03:00
|
|
|
"url-loader": "^2.1.0",
|
2019-07-19 05:10:28 +03:00
|
|
|
"vue-loader": "^15.7.1",
|
2019-03-21 05:16:37 +03:00
|
|
|
"vue-server-renderer": "^2.6.10",
|
2019-03-20 11:04:30 +03:00
|
|
|
"vue-template-compiler": "^2.6.10",
|
2019-08-28 14:21:06 +03:00
|
|
|
"webpack": "^4.39.3",
|
2019-08-19 04:14:34 +03:00
|
|
|
"webpack-cli": "^3.3.7",
|
2019-01-08 15:37:24 +03:00
|
|
|
"webpack-merge": "^4.2.1",
|
2018-10-15 17:32:27 +03:00
|
|
|
"webpack-node-externals": "^1.7.2"
|
|
|
|
},
|
|
|
|
"prettier": {
|
|
|
|
"singleQuote": true,
|
|
|
|
"semi": false,
|
|
|
|
"useTabs": true,
|
|
|
|
"tabWidth": 4,
|
|
|
|
"trailingComma": "es5"
|
|
|
|
}
|
|
|
|
}
|