mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
22d05043f0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.3 to 4.28.4. - [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.28.4/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
67 lines
2.0 KiB
JSON
67 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.1",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"bootswatch": "^5.0.2",
|
|
"core-js": "^3.15.2",
|
|
"date-fns": "^2.22.1",
|
|
"date-fns-tz": "^1.1.4",
|
|
"echarts": "^5.1.2",
|
|
"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-rc.6",
|
|
"vue-grid-layout": "^2.3.12",
|
|
"vue-material-design-icons": "^4.12.1",
|
|
"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.9",
|
|
"@types/jest": "^26.0.24",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^4.28.4",
|
|
"@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.0.3",
|
|
"@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.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-prettier": "^3.4.0",
|
|
"eslint-plugin-vue": "^7.14.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.3.2",
|
|
"sass": "^1.35.2",
|
|
"sass-loader": "^10.1.1",
|
|
"typescript": "~4.3.5",
|
|
"vue-cli-plugin-bootstrap-vue": "~0.7.0",
|
|
"vue-template-compiler": "^2.6.14",
|
|
"vuex-class": "^0.3.2"
|
|
}
|
|
}
|