user_oidc/package.json

53 строки
1.8 KiB
JSON

{
"name": "user_oidc",
"description": "OIDC connect user backend for Nextcloud",
"version": "6.1.0-dev.0",
"author": "Roeland Jago Douma <roeland@famdouma.nl>",
"repository": {
"url": "https://github.com/nextcloud/user_oidc",
"type": "git"
},
"license": "AGPL-3.0-or-later",
"private": true,
"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",
"cli:build": "webpack-cli --mode=production --progress --config webpack.js",
"cli:dev": "webpack-cli --mode=development --progress --config webpack.js",
"cli:watch": "webpack-cli --mode=development --progress --watch --config webpack.js",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix",
"stylelint": "stylelint **/*.css **/*.scss **/*.vue",
"stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix"
},
"dependencies": {
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^5.3.7",
"@nextcloud/initial-state": "^2.2.0",
"@nextcloud/logger": "^2.7.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.19.0",
"jstz": "^2.1.1",
"vue": "^2.7.14",
"vue-material-design-icons": "^5.3.1"
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^8.0.0 || ^9.0.0"
},
"devDependencies": {
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.1",
"@nextcloud/stylelint-config": "^2.4.0",
"@nextcloud/webpack-vue-config": "^6.2.0",
"eslint-webpack-plugin": "^4.2.0",
"stylelint-webpack-plugin": "^5.0.1",
"vue-template-compiler": "^2.7.16"
}
}