File size: 2,384 Bytes
31c7d49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
  "name": "triposplat-webgpu",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "packageManager": "pnpm@11.13.0",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "postinstall": "node scripts/sync_ort_assets.mjs",
    "prebuild": "pnpm --filter @ai3d/gaussian-scene build && pnpm --filter @ai3d/triposplat-webgpu build",
    "pretypecheck": "pnpm --filter @ai3d/gaussian-scene build && pnpm --filter @ai3d/triposplat-webgpu build",
    "dev": "vite",
    "build": "tsc -b && vite build",
    "typecheck": "tsc -b",
    "test": "node --test tests/*.test.ts",
    "test:package-consumer": "node scripts/test_packed_vite_consumer.mjs",
    "build:viewer": "cd packages/sharp-splat-viewer && bun run build",
    "lint": "eslint .",
    "preview": "vite preview"
  },
  "dependencies": {
    "@manycore/aholo-viewer": "^1.5.1",
    "@mkkellogg/gaussian-splats-3d": "^0.4.7",
    "@ml-sharp-web/ply-metadata": "workspace:*",
    "dialkit": "^1.3.0",
    "exifr": "^7.1.3",
    "motion": "^12.42.2",
    "onnxruntime-web": "1.27.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "three": "^0.183.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.1",
    "@types/node": "^24.10.1",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.1",
    "eslint": "^9.39.1",
    "eslint-plugin-react-hooks": "7.0.1",
    "eslint-plugin-react-refresh": "0.4.26",
    "globals": "^16.5.0",
    "typescript": "~5.9.3",
    "typescript-eslint": "^8.48.0",
    "vite": "^7.3.1"
  },
  "description": "An in-progress browser-local WebGPU port of [TripoSplat](https://github.com/VAST-AI-Research/TripoSplat), built from the [ml-sharp-web](https://github.com/bring-shrubbery/ml-sharp-web) application chassis. The official TripoSplat PyTorch implementation is the numerical source of truth. The existing SHARP path remains available as a known-good browser inference baseline.",
  "main": "eslint.config.js",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bring-shrubbery/ml-sharp-web.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/bring-shrubbery/ml-sharp-web/issues"
  },
  "homepage": "https://github.com/bring-shrubbery/ml-sharp-web#readme"
}