-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
56 lines (56 loc) · 1.43 KB
/
package.json
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
{
"name": "@nextcloud/jitsi",
"version": "0.19.0",
"description": "Nextcloud Jitsi integration",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"build": "webpack",
"watch": "webpack --mode=development --watch",
"lint": "eslint --ext .js,.vue src",
"lint:fix": "eslint --ext .js,.vue src --fix"
},
"author": "Michael Weimann <[email protected]>",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/axios": "^1.4.0",
"@nextcloud/router": "^1.2.0",
"@nextcloud/vue": "^5.0.0",
"bowser": "^2.11.0",
"lodash": "^4.17.20",
"vue": "^2.6.12",
"vue-clipboard2": "^0.3.1",
"vue-material-design-icons": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.15.0",
"@babel/preset-env": "^7.12.11",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/eslint-plugin": "^2.0.0",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.0",
"eslint": "^7.32.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.72.0",
"webpack-cli": "^4.4.0"
},
"engines": {
"node": "^20.0.0",
"npm": "^10.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"Safari > 10",
"not IE 11"
]
}