-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.04 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@littleredbutton/cloud_bbb",
"description": "Nextcloud Integration for BigBlueButton",
"version": "2.9.1",
"author": "Klaus Herberth",
"bugs": {
"url": "https://github.com/littleredbutton/cloud_bbb/issues"
},
"repository": {
"url": "https://github.com/littleredbutton/cloud_bbb",
"type": "git"
},
"homepage": "https://github.com/littleredbutton/cloud_bbb",
"license": "agpl",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.prod.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.dev.js",
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"test": "run-s --continue-on-error --print-label test:**",
"test:php:unit": "dotenv ./vendor/bin/phpunit -- -c phpunit.xml",
"test:php:integration": "dotenv ./vendor/bin/phpunit -- -c phpunit.integration.xml",
"fix": "run-p --continue-on-error --print-label lint:fix:*",
"lint": "run-p --continue-on-error --print-label lint:*",
"lint:script": "eslint --ext .tsx,.ts,.vue ts",
"lint:fix:script": "eslint --ext .tsx,.ts,.vue ts --fix",
"lint:style": "stylelint 'ts/**/*.scss'",
"lint:fix:style": "stylelint 'ts/**/*.scss' --fix",
"lint:php": "./vendor/bin/php-cs-fixer fix --dry-run",
"lint:fix:php": "./vendor/bin/php-cs-fixer fix",
"composer:install": "composer install --no-dev",
"composer:install:dev": "composer install",
"release:build": "node scripts/build-release.js",
"release:publish": "node scripts/publish-release.js"
},
"dependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/travis-cli": "^20.2.0",
"@nextcloud/axios": "^2.5.1",
"@nextcloud/dialogs": "^6.0.1",
"@nextcloud/files": "^3.12.0",
"@nextcloud/router": "^3.0.1",
"@nextcloud/vue": "^8.22.0",
"@octokit/rest": "^18.0.4",
"archiver": "^5.0.0",
"colors": "^1.4.0",
"dompurify": "^3.2.5",
"dotenv": "^16.0.0",
"execa": "^6.1.0",
"html-react-parser": "^5.2.5",
"qrcode.react": "^2.0.0",
"react-copy-to-clipboard": "^5.0.2",
"sass": "^1.89.0",
"simple-git": "^3.16.0",
"vue": "^2.7.16"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run test:php:unit",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": [
"extends @nextcloud/browserslist-config"
],
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.0",
"@babel/eslint-parser": "^7.27.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/browserslist-config": "^3.0.1",
"@nextcloud/eslint-config": "^8.4.2",
"@nextcloud/paths": "^2.3.0",
"@nextcloud/webpack-vue-config": "^5.5.1",
"@types/bootstrap": "^5.2.10",
"@types/inquirer": "^8.2.0",
"@types/jquery": "^3.3.35",
"@types/node": "^17.0.21",
"@types/react": "^17.0.89",
"@types/react-dom": "^17.0.26",
"@types/react-transition-group": "^4.4.12",
"@types/webpack": "^5.28.5",
"@types/webpack-env": "^1.18.2",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"dotenv-cli": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.0",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-standard": "^5.0.0",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.0.0",
"husky": "^4.2.5",
"inquirer": "^8.2.6",
"install": "^0.13.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-flip-move": "^3.0.4",
"react-select": "^5.2.2",
"style-loader": "^3.3.1",
"stylelint": "^14.5.3",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-scss": "^4.2.0",
"ts-loader": "^9.2.8",
"typescript": "^5.9.2",
"url-loader": "^4.0.0",
"webpack": "^5.70.0",
"webpack-cli": "^5.1.4",
"webpack-merge": "^5.1.3",
"webpack-node-externals": "^3.0.0"
}
}