98 lines
2.9 KiB
JSON
98 lines
2.9 KiB
JSON
{
|
|
"name": "@mykopkb/frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "^20.19.0 || >=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"prepare": "cypress install",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
|
|
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --build",
|
|
"lint": "eslint . --fix --cache",
|
|
"format": "prettier --write --experimental-cli src/"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/vue": "^5.0.1",
|
|
"@internationalized/date": "^3.11.0",
|
|
"@lucide/vue": "^1.17.0",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@tanstack/vue-table": "^8.21.3",
|
|
"@zag-js/accordion": "1.26.1",
|
|
"@zag-js/avatar": "1.26.1",
|
|
"@zag-js/carousel": "1.26.1",
|
|
"@zag-js/checkbox": "1.26.1",
|
|
"@zag-js/combobox": "1.26.1",
|
|
"@zag-js/date-picker": "1.26.1",
|
|
"@zag-js/dialog": "1.26.1",
|
|
"@zag-js/menu": "1.26.1",
|
|
"@zag-js/pagination": "1.26.1",
|
|
"@zag-js/popover": "1.26.1",
|
|
"@zag-js/presence": "1.26.1",
|
|
"@zag-js/progress": "1.26.1",
|
|
"@zag-js/radio-group": "1.26.1",
|
|
"@zag-js/scroll-area": "1.26.1",
|
|
"@zag-js/select": "1.26.1",
|
|
"@zag-js/slider": "1.26.1",
|
|
"@zag-js/switch": "1.26.1",
|
|
"@zag-js/tabs": "1.26.1",
|
|
"@zag-js/toast": "1.26.1",
|
|
"@zag-js/tooltip": "1.26.1",
|
|
"@zag-js/vue": "1.26.1",
|
|
"axios": "^1.16.1",
|
|
"chart.js": "^4.5.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.21",
|
|
"file-saver": "^2.0.5",
|
|
"jspdf": "^4.2.1",
|
|
"jspdf-autotable": "^5.0.8",
|
|
"lodash": "^4.17.21",
|
|
"maplibre-gl": "^5.18.0",
|
|
"pinia": "^3.0.4",
|
|
"sweetalert2": "^11.26.25",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vue": "^3.5.26",
|
|
"vue-router": "^4.6.4",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node24": "^24.0.3",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/jsdom": "^27.0.0",
|
|
"@types/lodash": "^4.17.21",
|
|
"@types/node": "^24.10.4",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"@vitest/eslint-plugin": "^1.6.4",
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"cypress": "^15.8.1",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-cypress": "^5.2.0",
|
|
"eslint-plugin-vue": "~10.6.2",
|
|
"jiti": "^2.6.1",
|
|
"jsdom": "^27.3.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"prettier": "3.7.4",
|
|
"start-server-and-test": "^2.1.3",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.0",
|
|
"vite-plugin-vue-devtools": "^8.0.5",
|
|
"vitest": "^4.0.16",
|
|
"vue-tsc": "^3.2.1"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": ["esbuild"]
|
|
}
|
|
} |