komga/komga-webui/package.json
primetoxinz 74a9f7e628
fix(webui): refactor Cards to a single dynamic component (#148)
this removes the badges on Series and Book cards. For Series it's duplicated information with the card showing the number of books. For Books it's information that is more technical and not needed in the overview, and still available in the book detailed view.
2020-05-04 10:57:18 +08:00

59 lines
1.7 KiB
JSON

{
"name": "komga-webui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.4",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"qs": "^6.9.1",
"vue": "^2.6.11",
"vue-cookies": "^1.6.1",
"vue-line-clamp": "^1.3.2",
"vue-moment": "^4.1.0",
"vue-router": "^3.1.5",
"vue-typed-mixins": "^0.2.0",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.14",
"vuex": "^3.1.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@mdi/font": "^4.9.95",
"@types/jest": "^25.1.3",
"@types/lodash": "^4.14.149",
"@types/vuelidate": "^0.7.10",
"@vue/cli-plugin-babel": "^4.2.2",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-plugin-router": "^4.2.2",
"@vue/cli-plugin-typescript": "^4.2.2",
"@vue/cli-plugin-unit-jest": "^4.2.2",
"@vue/cli-plugin-vuex": "^4.2.2",
"@vue/cli-service": "^4.2.2",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"html-webpack-inject-attributes-plugin": "^1.0.2",
"moment-locales-webpack-plugin": "^1.1.2",
"sass": "^1.25.0",
"sass-loader": "^8.0.2",
"ts-jest": "^25.2.1",
"typeface-roboto": "0.0.75",
"typescript": "^3.8.3",
"vue-cli-plugin-vuetify": "^2.0.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.4.3"
}
}