mirror of
https://github.com/nextcloud/registration.git
synced 2026-01-14 03:15:54 +00:00
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Thomas Citharel <tcit@tcit.fr>
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "registration",
|
|
"version": "2.8.0",
|
|
"description": "",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"build": "vite build --mode=production",
|
|
"dev": "vite build --mode=development",
|
|
"watch": "vite build --mode=development --watch",
|
|
"lint": "eslint --ext .js,.vue src",
|
|
"lint:fix": "eslint --ext .js,.vue src --fix",
|
|
"stylelint": "stylelint src/**/*.scss src/**/*.vue",
|
|
"stylelint:fix": "stylelint src/**/*.scss src/**/*.vue --fix"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@nextcloud/auth": "^2.0.0",
|
|
"@nextcloud/axios": "^2.1.0",
|
|
"@nextcloud/dialogs": "^6.0.1",
|
|
"@nextcloud/initial-state": "^3.0.0",
|
|
"@nextcloud/router": "^3.0.0",
|
|
"@nextcloud/vue": "^8.0.1",
|
|
"debounce": "^2.0.0",
|
|
"vue": "^2.7.15",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vue-template-compiler": "^2.7.15"
|
|
},
|
|
"browserslist": [
|
|
"extends @nextcloud/browserslist-config"
|
|
],
|
|
"engines": {
|
|
"node": "^22.0.0",
|
|
"npm": "^10.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextcloud/browserslist-config": "^3.0.0",
|
|
"@nextcloud/eslint-config": "^8.1.2",
|
|
"@nextcloud/stylelint-config": "^3.0.0",
|
|
"@nextcloud/vite-config": "^1.5.3"
|
|
}
|
|
}
|