2018-10-15 17:32:27 +03:00
|
|
|
{
|
|
|
|
"name": "twofactor_totp",
|
|
|
|
"description": "Nextcloud TwoFactor TOTP",
|
2020-01-07 17:39:01 +03:00
|
|
|
"version": "4.1.2",
|
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": {
|
2020-01-19 05:15:38 +03:00
|
|
|
"@chenfengyuan/vue-qrcode": "^1.0.2",
|
2020-01-12 12:21:10 +03:00
|
|
|
"@nextcloud/auth": "^1.2.1",
|
2020-01-12 13:21:40 +03:00
|
|
|
"@nextcloud/axios": "^1.3.1",
|
2020-01-12 08:20:20 +03:00
|
|
|
"@nextcloud/initial-state": "^1.1.0",
|
2020-01-15 12:38:43 +03:00
|
|
|
"@nextcloud/logger": "^1.1.1",
|
2019-12-18 21:00:47 +03:00
|
|
|
"@nextcloud/password-confirmation": "^1.0.0",
|
2019-12-18 18:31:48 +03:00
|
|
|
"@nextcloud/router": "^1.0.0",
|
2019-12-29 05:13:41 +03:00
|
|
|
"@vue/babel-preset-app": "^4.1.2",
|
2019-12-15 05:13:44 +03:00
|
|
|
"vue": "^2.6.11",
|
2019-11-17 05:14:55 +03:00
|
|
|
"vuex": "^3.1.2"
|
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": {
|
2020-03-01 05:14:25 +03:00
|
|
|
"@babel/core": "^7.8.6",
|
2020-03-01 06:22:33 +03:00
|
|
|
"@babel/preset-env": "^7.8.6",
|
2020-01-30 15:23:24 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.31",
|
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",
|
2020-01-12 05:16:03 +03:00
|
|
|
"css-loader": "^3.4.2",
|
2019-12-29 08:27:47 +03:00
|
|
|
"eslint": "^6.8.0",
|
2020-02-02 05:13:28 +03:00
|
|
|
"eslint-config-prettier": "^6.10.0",
|
2019-08-27 04:14:00 +03:00
|
|
|
"eslint-plugin-nextcloud": "^0.3.0",
|
2019-12-18 17:49:05 +03:00
|
|
|
"eslint-plugin-prettier": "^3.1.2",
|
2020-02-23 05:13:10 +03:00
|
|
|
"eslint-plugin-vue": "^6.2.1",
|
2020-02-23 07:06:18 +03:00
|
|
|
"file-loader": "^5.1.0",
|
2020-02-23 05:25:54 +03:00
|
|
|
"jsdom": "^16.2.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"jsdom-global": "^3.0.2",
|
2020-03-01 05:13:44 +03:00
|
|
|
"mocha": "^7.1.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"mocha-webpack": "^2.0.0-beta.0",
|
2019-11-25 11:21:34 +03:00
|
|
|
"prettier": "1.19.1",
|
2020-01-19 06:31:00 +03:00
|
|
|
"sass-loader": "^8.0.2",
|
2020-02-23 05:15:05 +03:00
|
|
|
"sinon": "^9.0.0",
|
2019-11-26 19:05:31 +03:00
|
|
|
"url-loader": "^3.0.0",
|
2020-02-16 08:54:47 +03:00
|
|
|
"vue-loader": "^15.9.0",
|
2019-12-15 05:37:28 +03:00
|
|
|
"vue-server-renderer": "^2.6.11",
|
2019-12-15 05:13:44 +03:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-02-16 06:19:38 +03:00
|
|
|
"webpack": "^4.41.6",
|
2020-02-16 05:14:48 +03:00
|
|
|
"webpack-cli": "^3.3.11",
|
2019-09-09 16:03:40 +03:00
|
|
|
"webpack-merge": "^4.2.2",
|
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"
|
|
|
|
}
|
|
|
|
}
|