2018-10-15 17:32:27 +03:00
|
|
|
{
|
|
|
|
"name": "twofactor_totp",
|
|
|
|
"description": "Nextcloud TwoFactor TOTP",
|
2018-12-11 11:33:30 +03:00
|
|
|
"version": "2.1.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",
|
|
|
|
"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": {
|
2019-01-08 12:36:41 +03:00
|
|
|
"@vue/babel-preset-app": "^3.3.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",
|
2019-01-31 05:17:43 +03:00
|
|
|
"nextcloud-vue": "^0.6.1",
|
2019-01-14 05:22:55 +03:00
|
|
|
"vue": "^2.5.22",
|
2019-01-18 05:17:27 +03:00
|
|
|
"vuex": "^3.1.0"
|
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": {
|
2018-12-17 05:23:56 +03:00
|
|
|
"@babel/core": "^7.2.2",
|
2019-01-23 05:22:47 +03:00
|
|
|
"@babel/preset-env": "^7.3.1",
|
2019-01-07 12:19:43 +03:00
|
|
|
"@vue/test-utils": "^1.0.0-beta.28",
|
2018-10-15 17:32:27 +03:00
|
|
|
"babel-eslint": "^10.0.1",
|
2019-01-07 11:28:10 +03:00
|
|
|
"babel-loader": "^8.0.5",
|
2018-10-15 17:32:27 +03:00
|
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
|
|
"chai": "^4.2.0",
|
2019-01-07 15:23:44 +03:00
|
|
|
"css-loader": "^2.1.0",
|
2019-01-07 14:10:17 +03:00
|
|
|
"eslint": "^5.12.0",
|
2019-01-28 05:19:47 +03:00
|
|
|
"eslint-config-prettier": "^4.0.0",
|
2019-01-07 11:26:12 +03:00
|
|
|
"eslint-plugin-prettier": "^3.0.1",
|
2019-01-07 11:54:15 +03:00
|
|
|
"eslint-plugin-vue": "^5.1.0",
|
2018-12-21 05:19:13 +03:00
|
|
|
"file-loader": "^3.0.1",
|
2019-01-25 05:16:45 +03:00
|
|
|
"jsdom": "^13.2.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",
|
2019-02-01 09:59:19 +03:00
|
|
|
"prettier": "1.16.3",
|
2018-10-15 17:32:27 +03:00
|
|
|
"sass-loader": "^7.0.3",
|
2019-01-21 12:24:56 +03:00
|
|
|
"sinon": "^7.2.3",
|
2018-10-15 17:32:27 +03:00
|
|
|
"url-loader": "^1.1.2",
|
2019-01-24 05:23:32 +03:00
|
|
|
"vue-loader": "^15.6.0",
|
2019-01-14 10:58:48 +03:00
|
|
|
"vue-server-renderer": "^2.5.22",
|
2019-01-14 05:22:55 +03:00
|
|
|
"vue-template-compiler": "^2.5.22",
|
2019-01-21 05:25:17 +03:00
|
|
|
"webpack": "^4.29.0",
|
2019-01-08 12:35:05 +03:00
|
|
|
"webpack-cli": "^3.2.1",
|
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"
|
|
|
|
}
|
|
|
|
}
|