{ "name": "yunohost-admin", "version": "0.1.0", "private": true, "description": "YunoHost Admin web interface", "author": "Yunohost", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'" }, "dependencies": { "bootstrap-vue": "^2.16.0", "core-js": "^3.6.5", "date-fns": "^2.16.0", "fork-awesome": "^1.1.7", "vue": "^2.6.12", "vue-i18n": "^8.21.0", "vue-router": "^3.4.3", "vuex": "^3.4.0" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.4.0", "@vue/cli-plugin-eslint": "~4.4.0", "@vue/cli-plugin-router": "^4.5.4", "@vue/cli-plugin-vuex": "^4.5.4", "@vue/cli-service": "~4.4.0", "babel-eslint": "^10.1.0", "bootstrap": "^4.5.2", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "popper.js": "^1.16.0", "portal-vue": "^2.1.6", "sass": "^1.26.10", "sass-loader": "^8.0.0", "sass-resources-loader": "^2.1.0", "standard": "^14.3.4", "vue-cli-plugin-bootstrap-vue": "~0.6.0", "vue-cli-plugin-i18n": "~1.0.1", "vue-template-compiler": "^2.6.12" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/strongly-recommended", "eslint:recommended", "standard" ], "parserOptions": { "parser": "babel-eslint" }, "rules": { "vue/max-attributes-per-line": [ "error", { "singleline": 3, "multiline": { "max": 3, "allowFirstLine": true } } ], "template-curly-spacing": "off", "indent": "off" } }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "bugs": { "url": "https://github.com/YunoHost/issues" }, "homepage": "https://github.com/YunoHost/yunohost-admin", "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://github.com/YunoHost/yunohost-admin" } }