frequi_origin/package.json
2024-11-13 17:57:52 +01:00

77 lines
2.4 KiB
JSON

{
"name": "frequi",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"lint": "eslint src tests e2e",
"lint-ci": "eslint --no-fix src tests e2e",
"test:e2e": "playwright test",
"test:e2e-chromium": "playwright test --project=chromium",
"test:e2e-msedge": "playwright test --project=msedge"
},
"dependencies": {
"@noction/vue-draggable-grid": "1.9.16",
"@popperjs/core": "^2.11.8",
"@vuepic/vue-datepicker": "^10.0.0",
"@vueuse/core": "^11.2.0",
"@vueuse/integrations": "^11.2.0",
"axios": "^1.7.7",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.25.14",
"core-js": "^3.39.0",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"deepmerge": "^4.3.1",
"echarts": "^5.5.1",
"favico.js": "^0.3.10",
"humanize-duration": "^3.32.1",
"pinia": "2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"sortablejs": "^1.15.3",
"vue": "^3.5.12",
"vue-demi": "^0.14.10",
"vue-echarts": "^7.0.3",
"vue-router": "^4.4.5",
"vue-select": "^4.0.0-beta.6"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@iconify-json/mdi": "^1.2.1",
"@playwright/test": "^1.48.2",
"@types/echarts": "^4.9.22",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"@vitejs/plugin-vue": "^5.1.5",
"@vue/compiler-sfc": "3.5.12",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/runtime-dom": "^3.5.12",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.14.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"happy-dom": "^15.11.4",
"mutationobserver-shim": "^0.3.7",
"portal-vue": "^3.0.0",
"prettier": "^3.3.3",
"sass": "^1.80.7",
"typescript": "~5.6.3",
"typescript-eslint": "^8.14.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.20.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.11",
"vitest": "^2.1.4",
"vue-tsc": "^2.1.10"
},
"packageManager": "pnpm@9.13.0+sha512.beb9e2a803db336c10c9af682b58ad7181ca0fbd0d4119f2b33d5f2582e96d6c0d93c85b23869295b765170fbdaa92890c0da6ada457415039769edf3c959efe"
}