|
1 | 1 | { |
2 | | - "name": "user_oidc", |
3 | | - "description": "OIDC connect user backend for Nextcloud", |
4 | | - "version": "7.6.0-dev.0", |
5 | | - "author": "Roeland Jago Douma <[email protected]>", |
6 | | - "repository": { |
7 | | - "url": "https://github.com/nextcloud/user_oidc", |
8 | | - "type": "git" |
9 | | - }, |
10 | | - "license": "AGPL-3.0-or-later", |
11 | | - "private": true, |
12 | | - "scripts": { |
13 | | - "build": "NODE_ENV=production webpack --progress --config webpack.js", |
14 | | - "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
15 | | - "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
16 | | - "cli:build": "webpack-cli --mode=production --progress --config webpack.js", |
17 | | - "cli:dev": "webpack-cli --mode=development --progress --config webpack.js", |
18 | | - "cli:watch": "webpack-cli --mode=development --progress --watch --config webpack.js", |
19 | | - "lint": "eslint --ext .js,.vue src", |
20 | | - "lint:fix": "eslint --ext .js,.vue src --fix", |
21 | | - "stylelint": "stylelint **/*.css **/*.scss **/*.vue", |
22 | | - "stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix" |
23 | | - }, |
24 | | - "dependencies": { |
25 | | - "@nextcloud/axios": "^2.5.1", |
26 | | - "@nextcloud/dialogs": "^7.1.0", |
27 | | - "@nextcloud/initial-state": "^2.2.0", |
28 | | - "@nextcloud/logger": "^3.0.2", |
29 | | - "@nextcloud/password-confirmation": "^6.0.1", |
30 | | - "@nextcloud/router": "^3.0.1", |
31 | | - "@nextcloud/vue": "^9.1.0", |
32 | | - "jstz": "^2.1.1", |
33 | | - "vue": "^3.5.17", |
34 | | - "vue-material-design-icons": "^5.3.1" |
35 | | - }, |
36 | | - "browserslist": [ |
37 | | - "extends @nextcloud/browserslist-config" |
38 | | - ], |
39 | | - "engines": { |
40 | | - "node": "^20.0.0", |
41 | | - "npm": "^8.0.0 || ^9.0.0" |
42 | | - }, |
43 | | - "devDependencies": { |
44 | | - "@nextcloud/babel-config": "^1.2.0", |
45 | | - "@nextcloud/browserslist-config": "^3.1.1", |
46 | | - "@nextcloud/eslint-config": "^8.4.2", |
47 | | - "@nextcloud/stylelint-config": "^3.1.1", |
48 | | - "@nextcloud/webpack-vue-config": "^6.3.2", |
49 | | - "eslint-webpack-plugin": "^4.2.0", |
50 | | - "stylelint-webpack-plugin": "^5.0.1", |
51 | | - "vue-template-compiler": "^2.7.16" |
52 | | - } |
| 2 | + "name": "user_oidc", |
| 3 | + "description": "OIDC connect user backend for Nextcloud", |
| 4 | + "version": "7.6.0-dev.0", |
| 5 | + "author": "Roeland Jago Douma <[email protected]>", |
| 6 | + "repository": { |
| 7 | + "url": "https://github.com/nextcloud/user_oidc", |
| 8 | + "type": "git" |
| 9 | + }, |
| 10 | + "license": "AGPL-3.0-or-later", |
| 11 | + "private": true, |
| 12 | + "scripts": { |
| 13 | + "build": "NODE_ENV=production webpack --progress --config webpack.js", |
| 14 | + "dev": "NODE_ENV=development webpack --progress --config webpack.js", |
| 15 | + "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", |
| 16 | + "cli:build": "webpack-cli --mode=production --progress --config webpack.js", |
| 17 | + "cli:dev": "webpack-cli --mode=development --progress --config webpack.js", |
| 18 | + "cli:watch": "webpack-cli --mode=development --progress --watch --config webpack.js", |
| 19 | + "lint": "eslint --ext .js,.vue src", |
| 20 | + "lint:fix": "eslint --ext .js,.vue src --fix", |
| 21 | + "stylelint": "stylelint **/*.css **/*.scss **/*.vue", |
| 22 | + "stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix" |
| 23 | + }, |
| 24 | + "dependencies": { |
| 25 | + "@nextcloud/axios": "^2.5.1", |
| 26 | + "@nextcloud/dialogs": "^7.1.0", |
| 27 | + "@nextcloud/initial-state": "^2.2.0", |
| 28 | + "@nextcloud/logger": "^3.0.2", |
| 29 | + "@nextcloud/password-confirmation": "^6.0.1", |
| 30 | + "@nextcloud/router": "^3.0.1", |
| 31 | + "@nextcloud/vue": "^9.1.0", |
| 32 | + "jstz": "^2.1.1", |
| 33 | + "vue": "^3.5.17", |
| 34 | + "vue-material-design-icons": "^5.3.1" |
| 35 | + }, |
| 36 | + "browserslist": [ |
| 37 | + "extends @nextcloud/browserslist-config" |
| 38 | + ], |
| 39 | + "engines": { |
| 40 | + "node": "^24.0.0", |
| 41 | + "npm": "^11.3.0" |
| 42 | + }, |
| 43 | + "devDependencies": { |
| 44 | + "@nextcloud/babel-config": "^1.2.0", |
| 45 | + "@nextcloud/browserslist-config": "^3.1.1", |
| 46 | + "@nextcloud/eslint-config": "^8.4.2", |
| 47 | + "@nextcloud/stylelint-config": "^3.1.1", |
| 48 | + "@nextcloud/webpack-vue-config": "^6.3.2", |
| 49 | + "eslint-webpack-plugin": "^4.2.0", |
| 50 | + "stylelint-webpack-plugin": "^5.0.1", |
| 51 | + "vue-template-compiler": "^2.7.16" |
| 52 | + } |
53 | 53 | } |
0 commit comments