mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
cb43770025
Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.29.2...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"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.4.7",
|
|
"clipboard": "^2.0.4",
|
|
"core-js": "^3.9.1",
|
|
"css-vars-ponyfill": "^2.4.3",
|
|
"js-base64": "^2.5.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.throttle": "^4.1.1",
|
|
"material-icons": "^1.10.5",
|
|
"moment": "^2.29.4",
|
|
"normalize.css": "^8.0.1",
|
|
"noty": "^3.2.0-beta",
|
|
"pretty-bytes": "^6.0.0",
|
|
"qrcode.vue": "^1.7.0",
|
|
"utif": "^3.1.0",
|
|
"vue": "^2.6.10",
|
|
"vue-async-computed": "^3.9.0",
|
|
"vue-i18n": "^8.15.3",
|
|
"vue-lazyload": "^1.3.3",
|
|
"vue-router": "^3.1.3",
|
|
"vue-simple-progress": "^1.1.1",
|
|
"vuex": "^3.1.2",
|
|
"vuex-router-sync": "^5.0.0",
|
|
"whatwg-fetch": "^3.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.2",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "^4.1.2",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"compression-webpack-plugin": "^6.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"prettier": "^2.2.1",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended",
|
|
"@vue/prettier"
|
|
],
|
|
"rules": {},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie < 11"
|
|
]
|
|
}
|