55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "filebrowser-frontend",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"fix": "npx vue-cli-service lint",
|
|
"watch": "vue-cli-service build --watch",
|
|
"lint": "eslint --ext .vue,.js src/",
|
|
"lint:fix": "eslint --ext .vue,.js --fix src/",
|
|
"format": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"ace-builds": "^1.4.7",
|
|
"clipboard": "^2.0.4",
|
|
"normalize.css": "^8.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"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",
|
|
"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-service": "^5.0.8",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not ie < 11"
|
|
]
|
|
}
|