mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
e47ef90dac
Bumps [bootstrap-vue](https://github.com/bootstrap-vue/bootstrap-vue) from 2.21.1 to 2.21.2. - [Release notes](https://github.com/bootstrap-vue/bootstrap-vue/releases) - [Changelog](https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/CHANGELOG.md) - [Commits](https://github.com/bootstrap-vue/bootstrap-vue/compare/v2.21.1...v2.21.2) Signed-off-by: dependabot[bot] <support@github.com>
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "frequi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"lint": "vue-cli-service lint",
|
|
"lint-ci": "vue-cli-service lint --no-fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.5.3",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"bootswatch": "^4.5.3",
|
|
"core-js": "^3.8.2",
|
|
"echarts": "^4.9.0",
|
|
"humanize-duration": "^3.25.0",
|
|
"moment": "^2.29.1",
|
|
"vue": "^2.6.12",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-echarts": "^5.0.0-beta.0",
|
|
"vue-grid-layout": "^2.3.11",
|
|
"vue-material-design-icons": "^4.11.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.4.9",
|
|
"vuex": "^3.6.0",
|
|
"vuex-class": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/echarts": "^4.9.3",
|
|
"@types/jest": "^26.0.15",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^4.11.1",
|
|
"@vue/cli-plugin-babel": "~4.5.9",
|
|
"@vue/cli-plugin-eslint": "~4.5.9",
|
|
"@vue/cli-plugin-router": "^4.5.7",
|
|
"@vue/cli-plugin-typescript": "~4.5.9",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.9",
|
|
"@vue/cli-plugin-vuex": "~4.5.8",
|
|
"@vue/cli-service": "~4.5.9",
|
|
"@vue/eslint-config-airbnb": "^5.1.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"@vue/test-utils": "^1.1.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-prettier": "^3.3.0",
|
|
"eslint-plugin-vue": "^7.4.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.0",
|
|
"sass-loader": "^10.1.0",
|
|
"typescript": "~4.1.2",
|
|
"vue-cli-plugin-bootstrap-vue": "~0.7.0",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex-class": "^0.3.2"
|
|
}
|
|
}
|