mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
d4eb8933b7
Bumps [bootswatch](https://github.com/thomaspark/bootswatch) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/thomaspark/bootswatch/releases) - [Commits](https://github.com/thomaspark/bootswatch/compare/v5.2.1...v5.2.2) --- updated-dependencies: - dependency-name: bootswatch dependency-type: direct:production update-type: version-update:semver-patch ... 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.2",
|
|
"core-js": "^3.25.5",
|
|
"date-fns": "^2.29.3",
|
|
"date-fns-tz": "^1.3.7",
|
|
"echarts": "^5.4.0",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.27.3",
|
|
"pinia": "^2.0.23",
|
|
"pinia-plugin-persistedstate": "^2.3.0",
|
|
"vue": "^2.7.10",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "0.13.11",
|
|
"vue-echarts": "^6.2.3",
|
|
"vue-grid-layout": "^2.4.0",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vue-router": "^3.6.5",
|
|
"vue-select": "^3.20.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "^3.3.1",
|
|
"@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.40.0",
|
|
"@vitejs/plugin-vue2": "^1.1.2",
|
|
"@vue/composition-api": "^1.7.1",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"@vue/runtime-dom": "^3.2.40",
|
|
"@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.55.0",
|
|
"sass-loader": "^13.1.0",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "~4.8.4",
|
|
"vite": "^2.9.14",
|
|
"vite-jest": "^0.1.4",
|
|
"vue-template-compiler": "^2.7.11",
|
|
"vue-tsc": "^1.0.6"
|
|
}
|
|
}
|