File "package.json"
Full path: /home/zvmcccat/public_html/nc_asa/apps/bruteforcesettings/package.json
File
size: 1.52 B
MIME-type: application/json
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
{
"name": "bruteforcesettings",
"version": "1.1.0",
"description": "Bruteforce settings app",
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
"license": "AGPL-3.0-or-later",
"main": "main.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"dev": "webpack --config webpack.dev.js",
"watch": "webpack --progress --watch --config webpack.dev.js",
"build": "webpack --progress --hide-modules --config webpack.prod.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint src",
"stylelint:fix": "stylelint src --fix"
},
"dependencies": {
"nextcloud-axios": "^0.2.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@nextcloud/eslint-plugin": "^1.1.0",
"babel-eslint": "^10.0.3",
"css-loader": "^3.4.2",
"eslint": "^5.16.0",
"@nextcloud/eslint-config": "^1.2.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.3.0",
"stylelint-scss": "^3.16.0",
"stylelint-webpack-plugin": "^0.10.5",
"vue-loader": "^15.9.1",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-merge": "^4.2.2"
}
}