{ "name": "datahub-frontend", "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/" }, "dependencies": { "@antv/g2plot": "^2.4.35", "@tailwindcss/vite": "^4.1.16", "ant-design-vue": "^4.2.6", "pinia": "^3.0.3", "tailwindcss": "^4.1.16", "vue": "^3.5.22", "vue-router": "^4.6.3" }, "devDependencies": { "@playwright/test": "^1.56.1", "@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", "eslint": "^9.37.0", "eslint-plugin-playwright": "^2.2.2", "eslint-plugin-vue": "~10.5.0", "jiti": "^2.6.1", "jsdom": "^27.0.1", "npm-run-all2": "^8.0.4", "prettier": "3.6.2", "typescript": "~5.9.0", "unplugin-auto-import": "^20.2.0", "unplugin-vue-components": "^30.0.0", "unplugin-vue-router": "^0.16.1", "vite": "^7.1.11", "vite-plugin-vue-devtools": "^8.0.3", "vitest": "^3.2.4", "vue-tsc": "^3.1.1" } }