mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
e4ecc3d2ab
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.5 to 4.1.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2) Signed-off-by: dependabot[bot] <support@github.com>
62 lines
1.8 KiB
JSON
62 lines
1.8 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.0",
|
|
"bootstrap": "^4.5.3",
|
|
"bootstrap-vue": "^2.19.0",
|
|
"bootswatch": "^4.5.3",
|
|
"core-js": "^3.7.0",
|
|
"echarts": "^4.9.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.5.1",
|
|
"vuex-class": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/echarts": "^4.9.0",
|
|
"@types/jest": "^26.0.15",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^4.8.1",
|
|
"@vue/cli-plugin-babel": "~4.5.8",
|
|
"@vue/cli-plugin-eslint": "~4.5.8",
|
|
"@vue/cli-plugin-router": "^4.5.7",
|
|
"@vue/cli-plugin-typescript": "~4.5.8",
|
|
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
|
"@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.0.3",
|
|
"eslint": "^6.7.2",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-vue": "^7.1.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.1.1",
|
|
"sass": "^1.29.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"
|
|
}
|
|
}
|