{ "private": true, "name": "kink-cli-frontend-quality", "version": "0.0.0", "type": "module", "scripts": { "build": "vite build --config vite.config.mjs", "test:frontend:node": "node --test frontend/*.test.mjs", "test:frontend:mutation": "cd frontend && ../node_modules/.bin/stryker run stryker.conf.mjs" }, "dependencies": { "@tanstack/react-query": "^5.90.10", "htm": "^3.1.1", "react": "^18.3.1", "react-dom": "^18.3.1", "web-vitals": "^4.2.4" }, "devDependencies": { "@stryker-mutator/core": "^9.6.1", "vite": "^5.4.21" } }