{ "name": "unibus-web", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "test": "vitest run" }, "dependencies": { "@mantine/core": "^9.3.0", "@mantine/hooks": "^9.3.0", "@noble/ciphers": "^2.2.0", "@noble/curves": "^2.2.0", "@noble/hashes": "^2.2.0", "@scure/bip39": "^2.2.0", "@tabler/icons-react": "^3.36.0", "react": "^19.2.0", "react-dom": "^19.2.0", "tweetnacl": "^1.0.3" }, "devDependencies": { "@types/react": "^19.2.0", "@types/react-dom": "^19.2.0", "@vitejs/plugin-react": "^4.3.4", "postcss": "^8.4.49", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "typescript": "~5.6.3", "vite": "^6.0.3", "vitest": "^4.1.8" } }