mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
ac8361c8e3
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.32.0 to 5.33.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.33.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>
72 lines
2.0 KiB
JSON
72 lines
2.0 KiB
JSON
{
|
|
"name": "frequi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test:unit": "jest",
|
|
"check-types": "vue-tsc --noEmit",
|
|
"lint": "eslint --ext .ts,vue src tests",
|
|
"lint-ci": "eslint --no-fix --ext .ts,vue src tests",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"cy:open-ct": "cypress open-ct",
|
|
"cy:run-ct": "cypress run --component"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^4.6.0",
|
|
"bootstrap-vue": "^2.22.0",
|
|
"bootswatch": "^5.2.0",
|
|
"core-js": "^3.24.1",
|
|
"date-fns": "^2.29.1",
|
|
"date-fns-tz": "^1.3.6",
|
|
"echarts": "^5.3.3",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.27.2",
|
|
"pinia": "^2.0.17",
|
|
"pinia-plugin-persistedstate": "^2.1.0",
|
|
"vue": "^2.7.5",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "0.13.6",
|
|
"vue-echarts": "^6.2.3",
|
|
"vue-grid-layout": "^2.3.12",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vue-router": "^3.5.4",
|
|
"vue-select": "^3.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "^3.0.0",
|
|
"@cypress/vue": "^2.2.3",
|
|
"@types/echarts": "^4.9.16",
|
|
"@types/jest": "^27.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^5.33.0",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"@vue/composition-api": "^1.7.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"@vue/runtime-dom": "^3.2.37",
|
|
"@vue/test-utils": "^1.3.0",
|
|
"cypress": "^10.3.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-prettier": "^3.4.1",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"jest": "^27.5.1",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"popper.js": "^1.16.1",
|
|
"portal-vue": "^2.1.7",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.54.1",
|
|
"sass-loader": "^13.0.2",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^2.9.14",
|
|
"vite-jest": "^0.1.4",
|
|
"vue-template-compiler": "^2.7.0",
|
|
"vue-tsc": "^0.39.4"
|
|
}
|
|
}
|