%PDF- %PDF-
| Direktori : /www/varak.net/nextcloud.varak.net/apps/bruteforcesettings/ |
| Current File : /www/varak.net/nextcloud.varak.net/apps/bruteforcesettings/package.json |
{
"name": "bruteforcesettings",
"version": "3.0.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": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.js",
"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": "^2.5.1",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.16.0",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.3.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^3.0.1",
"@nextcloud/webpack-vue-config": "^6.0.1"
}
}