{ "name": "filebrowser-frontend", "version": "2.0.0", "private": true, "scripts": { "serve": "vue-cli-service serve", "build": "find ./dist -maxdepth 1 -mindepth 1 ! -name '.gitignore' -exec rm -r {} + && vue-cli-service build --no-clean", "lint": "npx vue-cli-service lint --no-fix --max-warnings=0", "fix": "npx vue-cli-service lint", "watch": "find ./dist -maxdepth 1 -mindepth 1 ! -name '.gitignore' -exec rm -r {} + && vue-cli-service build --watch --no-clean" }, "dependencies": { "ace-builds": "^1.23.4", "clipboard": "^2.0.11", "core-js": "^3.32.0", "css-vars-ponyfill": "^2.4.8", "filesize": "^10.0.8", "js-base64": "^3.7.5", "lodash.clonedeep": "^4.5.0", "lodash.throttle": "^4.1.1", "material-icons": "^1.13.9", "moment": "^2.29.4", "normalize.css": "^8.0.1", "noty": "^3.2.0-beta", "pretty-bytes": "^6.1.1", "qrcode.vue": "^1.7.0", "tus-js-client": "^3.1.1", "utif": "^3.1.0", "vue": "^2.7.14", "vue-async-computed": "^3.9.0", "vue-i18n": "^8.28.2", "vue-lazyload": "^1.3.5", "vue-router": "^3.6.5", "vue-simple-progress": "^1.1.1", "vuex": "^3.6.2", "vuex-router-sync": "^5.0.0", "whatwg-fetch": "^3.6.17" }, "devDependencies": { "@babel/eslint-parser": "^7.22.9", "@vue/cli-plugin-babel": "^5.0.8", "@vue/cli-plugin-eslint": "^5.0.8", "@vue/cli-service": "^5.0.8", "@vue/eslint-config-prettier": "^8.0.0", "compression-webpack-plugin": "^10.0.0", "eslint": "^8.46.0", "eslint-plugin-prettier": "^5.0.0", "eslint-plugin-vue": "^9.16.1", "file-loader": "^6.2.0", "html-webpack-plugin": "^5.5.3", "prettier": "^3.0.1" }, "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended", "@vue/prettier" ], "rules": { "vue/multi-word-component-names": "warn", "vue/no-reserved-component-names": "warn", "vue/no-mutating-props": "warn" }, "parserOptions": { "parser": "@babel/eslint-parser", "ecmaVersion": "latest" } }, "prettier": { "trailingComma": "es5" }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ "> 1%", "last 2 versions", "not ie < 11" ] }