mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
dc97a0763a
build(deps): bump pinia from 2.0.36 to 2.1.3
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.7",
|
|
"@vuepic/vue-datepicker": "^5.1.1",
|
|
"@vueuse/core": "^10.1.2",
|
|
"@vueuse/integrations": "^10.1.2",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.2.3",
|
|
"bootstrap-vue-next": "^0.8.11",
|
|
"core-js": "^3.30.2",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"echarts": "^5.4.2",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.28.0",
|
|
"pinia": "^2.1.3",
|
|
"pinia-plugin-persistedstate": "^3.1.0",
|
|
"sortablejs": "^1.15.0",
|
|
"vue": "^3.3.2",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "^0.14.1",
|
|
"vue-echarts": "^6.5.5",
|
|
"vue-router": "^4.2.0",
|
|
"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.52",
|
|
"@types/echarts": "^4.9.17",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.6",
|
|
"@typescript-eslint/parser": "^5.59.6",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/compiler-sfc": "3.3.2",
|
|
"@vue/eslint-config-prettier": "^7.1.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/runtime-dom": "^3.3.2",
|
|
"@vue/test-utils": "^2.3.2",
|
|
"cypress": "^12.12.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-vue": "^9.14.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"portal-vue": "^3.0.0",
|
|
"prettier": "^2.8.8",
|
|
"sass": "^1.62.1",
|
|
"typescript": "~5.0.4",
|
|
"unplugin-icons": "^0.16.1",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.3.7",
|
|
"vitest": "^0.31.0",
|
|
"vue-tsc": "^1.6.5"
|
|
}
|
|
}
|