mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
016e595af4
Bumps [@types/echarts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/echarts) from 4.9.6 to 4.9.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/echarts) Signed-off-by: dependabot[bot] <support@github.com>
64 lines
1.9 KiB
JSON
64 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",
|
|
"check-types": "tsc --noemit",
|
|
"lint-ci": "vue-cli-service lint --no-fix"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"bootswatch": "^4.6.0",
|
|
"core-js": "^3.9.1",
|
|
"echarts": "^4.9.0",
|
|
"humanize-duration": "^3.25.1",
|
|
"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.12",
|
|
"vue-material-design-icons": "^4.11.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.5.1",
|
|
"vuex": "^3.6.2",
|
|
"vuex-class": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/echarts": "^4.9.7",
|
|
"@types/jest": "^26.0.22",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"@vue/cli-plugin-babel": "~4.5.12",
|
|
"@vue/cli-plugin-eslint": "~4.5.12",
|
|
"@vue/cli-plugin-router": "^4.5.11",
|
|
"@vue/cli-plugin-typescript": "~4.5.12",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.12",
|
|
"@vue/cli-plugin-vuex": "~4.5.12",
|
|
"@vue/cli-service": "~4.5.12",
|
|
"@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.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-vue": "^7.8.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^10.1.1",
|
|
"typescript": "~4.2.3",
|
|
"vue-cli-plugin-bootstrap-vue": "~0.7.0",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vuex-class": "^0.3.2"
|
|
}
|
|
}
|