{ "name": "netpulse-web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "typecheck": "tsc -b --noEmit", "test": "vitest run", "test:watch": "vitest", "check": "tsc -b --noEmit && vitest run && vite build" }, "dependencies": { "@xyflow/react": "^12.3.6", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^7.18.2" }, "devDependencies": { "@tailwindcss/vite": "^4.0.0", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^25.0.1", "tailwindcss": "^4.0.0", "typescript": "^5.7.2", "vite": "^6.0.5", "vitest": "^3.2.7" } }