{ "name": "fuzzygraph", "private": true, "version": "0.0.1", "type": "module", "scripts": { "dev": "vite --host", "build": "tsc -b && vite build", "preview": "vite preview --host" }, "dependencies": { "@mantine/core": "^9.0.0", "@mantine/hooks": "^9.0.0", "@mantine/notifications": "^9.0.0", "@tabler/icons-react": "^3.41.1", "@tanstack/react-table": "^8.21.3", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.0", "postcss": "^8.5.8", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "typescript": "~5.9.3", "vite": "^8.0.0" } }