{ "name": "vue-project", "version": "0.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", "test:e2e": "playwright test", "build-only": "vite build", "type-check": "vue-tsc --build", "lint": "eslint . --fix --cache", "format": "prettier --write src/", "prepare": "husky" }, "dependencies": { "@iconify/tools": "^4.1.4", "@iconify/vue": "^5.0.0", "@tailwindcss/vite": "^4.1.16", "axios": "^1.13.2", "pinia": "^3.0.3", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.16", "vue": "^3.5.22", "vue-router": "^4.6.3" }, "devDependencies": { "@pinia/testing": "^1.0.3", "@playwright/test": "^1.56.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/user-event": "^14.6.1", "@testing-library/vue": "^8.1.0", "@tsconfig/node22": "^22.0.2", "@types/jsdom": "^27.0.0", "@types/node": "^22.18.11", "@vitejs/plugin-vue": "^6.0.1", "@vitejs/plugin-vue-jsx": "^5.1.1", "@vitest/eslint-plugin": "^1.3.23", "@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", "chokidar": "^4.0.3", "eslint": "^9.37.0", "eslint-plugin-playwright": "^2.2.2", "eslint-plugin-vue": "~10.5.0", "husky": "^9.1.7", "jiti": "^2.6.1", "jsdom": "^27.0.1", "lint-staged": "^16.2.6", "msw": "^2.12.1", "npm-run-all2": "^8.0.4", "prettier": "^3.6.2", "prettier-plugin-tailwindcss": "^0.7.1", "typescript": "~5.9.0", "vite": "^7.1.11", "vite-plugin-vue-devtools": "^8.0.3", "vitest": "^3.2.4", "vue-tsc": "^3.1.1" }, "msw": { "workerDirectory": [ "public" ] } }