mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
832e88b8aa
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v4.9.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
2.1 KiB
JSON
73 lines
2.1 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": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"@vuepic/vue-datepicker": "^3.6.5",
|
|
"@vueuse/core": "^9.12.0",
|
|
"axios": "^1.2.5",
|
|
"bootstrap": "^5.2.3",
|
|
"bootstrap-vue-3": "^0.5.1",
|
|
"bootswatch": "^5.2.3",
|
|
"core-js": "^3.27.2",
|
|
"date-fns": "^2.29.3",
|
|
"date-fns-tz": "^1.3.7",
|
|
"echarts": "^5.4.1",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.28.0",
|
|
"pinia": "^2.0.29",
|
|
"pinia-plugin-persistedstate": "^3.0.2",
|
|
"vue": "3.2.42",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "0.13.11",
|
|
"vue-echarts": "^6.5.1",
|
|
"vue-material-design-icons": "^5.1.2",
|
|
"vue-router": "^4.1.6",
|
|
"vue-select": "^4.0.0-beta.6",
|
|
"vue3-drr-grid-layout": "^1.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "^5.0.2",
|
|
"@cypress/vue": "^5.0.3",
|
|
"@types/echarts": "^4.9.16",
|
|
"@types/jest": "^27.5.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.33.0",
|
|
"@typescript-eslint/parser": "^5.50.0",
|
|
"@vitejs/plugin-vue": "^2.3.4",
|
|
"@vue/compiler-sfc": "3.2.45",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-typescript": "^5.1.0",
|
|
"@vue/runtime-dom": "^3.2.45",
|
|
"@vue/test-utils": "^2.2.7",
|
|
"cypress": "^12.4.1",
|
|
"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",
|
|
"portal-vue": "^3.0.0",
|
|
"prettier": "^2.8.3",
|
|
"sass": "^1.58.0",
|
|
"sass-loader": "^13.2.0",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "~4.9.5",
|
|
"vite": "^2.9.14",
|
|
"vite-jest": "^0.1.4",
|
|
"vue-tsc": "^1.0.24"
|
|
}
|
|
}
|