2018-10-15 17:32:27 +03:00
|
|
|
{
|
|
|
|
"name": "twofactor_totp",
|
|
|
|
"description": "Nextcloud TwoFactor TOTP",
|
2018-11-19 15:24:25 +03:00
|
|
|
"version": "2.0.1",
|
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",
|
|
|
|
"lint": "$(npm bin)/eslint --ext .js,.vue js",
|
|
|
|
"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": {
|
2018-11-28 05:20:16 +03:00
|
|
|
"@vue/babel-preset-app": "^3.2.0",
|
2018-11-30 05:20:32 +03:00
|
|
|
"nextcloud-axios": "^0.1.3",
|
2018-12-06 05:19:38 +03:00
|
|
|
"nextcloud-password-confirmation": "^0.4.1",
|
2018-11-22 04:14:43 +03:00
|
|
|
"nextcloud-server": "^0.15.9",
|
2018-11-30 12:49:49 +03:00
|
|
|
"nextcloud-vue": "^0.4.6",
|
2018-12-11 05:22:01 +03:00
|
|
|
"vue": "^2.5.20",
|
2018-10-15 17:32:27 +03:00
|
|
|
"vuex": "^3.0.1"
|
|
|
|
},
|
|
|
|
"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": {
|
2018-12-04 05:17:58 +03:00
|
|
|
"@babel/core": "^7.2.0",
|
2018-12-04 10:06:10 +03:00
|
|
|
"@babel/preset-env": "^7.2.0",
|
2018-12-10 05:22:15 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.27",
|
2018-10-15 17:32:27 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-loader": "^8.0.2",
|
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
|
"chai": "^4.2.0",
|
2018-12-10 11:09:01 +03:00
|
|
|
"css-loader": "^2.0.0",
|
2018-12-10 05:23:27 +03:00
|
|
|
"eslint": "^5.10.0",
|
2018-11-12 04:22:04 +03:00
|
|
|
"eslint-config-prettier": "^3.3.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"eslint-plugin-prettier": "^3.0.0",
|
2018-12-04 05:19:21 +03:00
|
|
|
"eslint-plugin-vue": "^5.0.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"file-loader": "^2.0.0",
|
2018-10-30 04:16:43 +03:00
|
|
|
"jsdom": "^13.0.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"jsdom-global": "^3.0.2",
|
|
|
|
"mocha": "^5.2.0",
|
|
|
|
"mocha-webpack": "^2.0.0-beta.0",
|
2018-12-10 05:24:51 +03:00
|
|
|
"node-sass": "^4.11.0",
|
2018-12-03 05:19:22 +03:00
|
|
|
"prettier": "1.15.3",
|
2018-10-15 17:32:27 +03:00
|
|
|
"sass-loader": "^7.0.3",
|
2018-12-11 10:49:04 +03:00
|
|
|
"sinon": "^7.2.0",
|
2018-10-15 17:32:27 +03:00
|
|
|
"url-loader": "^1.1.2",
|
|
|
|
"vue-loader": "^15.4.2",
|
2018-12-11 05:21:14 +03:00
|
|
|
"vue-server-renderer": "^2.5.20",
|
2018-12-11 05:19:48 +03:00
|
|
|
"vue-template-compiler": "^2.5.20",
|
2018-12-06 05:18:57 +03:00
|
|
|
"webpack": "^4.27.1",
|
2018-10-15 17:32:27 +03:00
|
|
|
"webpack-cli": "^3.1.2",
|
2018-12-10 05:22:50 +03:00
|
|
|
"webpack-merge": "^4.1.5",
|
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"
|
|
|
|
}
|
|
|
|
}
|