{ "name": "registration", "version": "1.0.0", "description": "", "license": "AGPL-3.0-or-later", "scripts": { "build": "NODE_ENV=production webpack --progress --config webpack.js", "dev": "NODE_ENV=development webpack --progress --config webpack.js", "watch": "NODE_ENV=development webpack --progress --watch --config webpack.js", "lint": "eslint --ext .js,.vue src", "lint:fix": "eslint --ext .js,.vue src --fix", "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue", "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix" }, "dependencies": { "@nextcloud/auth": "^2.0.0", "@nextcloud/axios": "^2.1.0", "@nextcloud/dialogs": "^3.2.0", "@nextcloud/initial-state": "^2.0.0", "@nextcloud/router": "^2.0.0", "@nextcloud/vue": "^7.0.0", "debounce": "^1.2.1", "vue": "^2.7.13", "vue-material-design-icons": "^5.1.2", "vue-template-compiler": "^2.7.13" }, "browserslist": [ "extends @nextcloud/browserslist-config" ], "engines": { "node": "^16.0.0", "npm": "^7.0.0 || ^8.0.0" }, "devDependencies": { "@nextcloud/babel-config": "^1.0.0-beta.1", "@nextcloud/browserslist-config": "^2.1.0", "@nextcloud/eslint-config": "^8.1.2", "@nextcloud/stylelint-config": "^2.1.2", "@nextcloud/webpack-vue-config": "^5.0.0" } }