{
  "name": "firstrunwizard",
  "description": "",
  "version": "2.17.0",
  "author": "Julius Härtl <jus@bitgrid.net>",
  "license": "agpl",
  "private": true,
  "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 **/*.scss **/*.vue",
    "stylelint:fix": "stylelint **/*.css **/*.scss **/*.vue --fix"
  },
  "dependencies": {
    "@nextcloud/axios": "^2.4.0",
    "@nextcloud/initial-state": "^2.1.0",
    "@nextcloud/l10n": "^2.2.0",
    "@nextcloud/router": "^2.1.2",
    "@nextcloud/vue": "^8.2.0",
    "vue": "^2.7.16",
    "vue-material-design-icons": "^5.2.0"
  },
  "browserslist": [
    "extends @nextcloud/browserslist-config"
  ],
  "engines": {
    "node": "^20.0.0",
    "npm": "^9.0.0"
  },
  "devDependencies": {
    "@nextcloud/babel-config": "^1.0.0",
    "@nextcloud/browserslist-config": "^2.3.0",
    "@nextcloud/eslint-config": "^8.2.1",
    "@nextcloud/stylelint-config": "^2.3.1",
    "@nextcloud/webpack-vue-config": "^5.5.1",
    "vue-template-compiler": "^2.7.16"
  }
}
