mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
098dcc5123
Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/Vuepic/vue-datepicker/releases) - [Commits](https://github.com/Vuepic/vue-datepicker/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: "@vuepic/vue-datepicker" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
72 lines
2.1 KiB
JSON
72 lines
2.1 KiB
JSON
{
|
|
"name": "frequi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"test:unit": "vitest",
|
|
"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.8",
|
|
"@vuepic/vue-datepicker": "^6.0.2",
|
|
"@vueuse/core": "^10.4.1",
|
|
"@vueuse/integrations": "^10.3.0",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.3.1",
|
|
"bootstrap-vue-next": "^0.10.10",
|
|
"core-js": "^3.32.1",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"echarts": "^5.4.3",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.29.0",
|
|
"pinia": "^2.1.6",
|
|
"pinia-plugin-persistedstate": "^3.2.0",
|
|
"sortablejs": "^1.15.0",
|
|
"vue": "^3.3.2",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "^0.14.1",
|
|
"vue-echarts": "^6.6.1",
|
|
"vue-router": "^4.2.4",
|
|
"vue-select": "^4.0.0-beta.6",
|
|
"vue3-drr-grid-layout": "^1.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "^5.0.5",
|
|
"@cypress/vue": "^5.0.5",
|
|
"@iconify-json/mdi": "^1.1.54",
|
|
"@types/echarts": "^4.9.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.4.1",
|
|
"@typescript-eslint/parser": "^6.4.1",
|
|
"@vitejs/plugin-vue": "^4.3.4",
|
|
"@vue/compiler-sfc": "3.3.4",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/runtime-dom": "^3.3.4",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"cypress": "^12.17.4",
|
|
"eslint": "^8.48.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"portal-vue": "^3.0.0",
|
|
"prettier": "^3.0.2",
|
|
"sass": "^1.66.1",
|
|
"typescript": "~5.1.6",
|
|
"unplugin-icons": "^0.16.5",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^0.34.3",
|
|
"vue-tsc": "^1.8.8"
|
|
}
|
|
}
|