mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
171c3080cb
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.31.2 to 4.32.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.32.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
66 lines
2.0 KiB
JSON
66 lines
2.0 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.4",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"bootswatch": "^5.1.1",
|
|
"core-js": "^3.18.1",
|
|
"date-fns": "^2.24.0",
|
|
"date-fns-tz": "^1.1.6",
|
|
"echarts": "^5.2.1",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.27.0",
|
|
"vue": "^2.6.14",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-echarts": "^6.0.0",
|
|
"vue-grid-layout": "^2.3.12",
|
|
"vue-material-design-icons": "^4.13.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.5.2",
|
|
"vuex": "^3.6.2",
|
|
"vuex-class": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/echarts": "^4.9.10",
|
|
"@types/jest": "^27.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^4.32.0",
|
|
"@vue/cli-plugin-babel": "~4.5.12",
|
|
"@vue/cli-plugin-eslint": "~4.5.12",
|
|
"@vue/cli-plugin-router": "^4.5.13",
|
|
"@vue/cli-plugin-typescript": "~4.5.12",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.13",
|
|
"@vue/cli-plugin-vuex": "~4.5.12",
|
|
"@vue/cli-service": "~4.5.13",
|
|
"@vue/composition-api": "^1.2.2",
|
|
"@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.2.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"eslint-plugin-vue": "^7.18.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.4.1",
|
|
"sass": "^1.42.1",
|
|
"sass-loader": "^10.1.1",
|
|
"typescript": "~4.4.3",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vuex-class": "^0.3.2"
|
|
}
|
|
}
|