{ "name": "@insight/frontend", "version": "0.1.0", "description": "INSIGHT MVP - Frontend (React + Vite)", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint . --ext ts,tsx --fix", "lint:check": "eslint . --ext ts,tsx", "typecheck": "tsc --noEmit" }, "dependencies": { "react": "^18.3.0", "react-dom": "^18.3.0", "react-router-dom": "^6.26.0", "axios": "^1.7.0", "@tanstack/react-query": "^5.56.0" }, "devDependencies": { "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "@vitejs/plugin-react": "^4.3.0", "eslint": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.0", "typescript": "^5.6.0", "vite": "^6.0.0" } }