-
Notifications
You must be signed in to change notification settings - Fork 138
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "nextcloud-social-login",
"description": "Make possible create users and login via Telegram, OAuth or OpenID",
"scripts": {
"build": "webpack --progress --config webpack.js",
"watch": "webpack --progress --config webpack.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zorn-v/nextcloud-social-login.git"
},
"author": "zorn-v",
"license": "ISC",
"bugs": {
"url": "https://github.com/zorn-v/nextcloud-social-login/issues"
},
"homepage": "https://github.com/zorn-v/nextcloud-social-login#readme",
"dependencies": {
"@nextcloud/axios": "^2.3.0",
"@nextcloud/dialogs": "^1.4.0",
"@nextcloud/password-confirmation": "^1.0.1",
"@nextcloud/router": "^2.0.1",
"css-loader": "^5.2.7",
"mini-css-extract-plugin": "^2.7.3",
"sass": "^1.59.3",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.2",
"vue": "^3.2.41",
"vue-loader": "^17.0.1",
"webpack": "^5.76.1",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.7.3"
}
}