File size: 1,388 Bytes
2ce1d43
8a01471
 
 
 
2ce1d43
8a01471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2ce1d43
8a01471
 
 
 
 
 
 
 
 
 
 
 
 
2ce1d43
8a01471
 
 
 
 
 
 
 
 
 
 
2ce1d43
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
{
  "name": "nn3d-visualizer",
  "version": "1.0.0",
  "description": "3D Deep Learning Model Visualizer - Interactive WebGL visualization of neural network architectures",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "lint": "eslint src --ext .ts,.tsx",
    "test": "vitest",
    "validate-schema": "ajv validate -s src/schema/nn3d.schema.json -d"
  },
  "dependencies": {
    "@react-three/drei": "^9.92.7",
    "@react-three/fiber": "^8.15.12",
    "ajv": "^8.12.0",
    "d3-force-3d": "^3.0.5",
    "h5wasm": "^0.7.5",
    "leva": "^0.9.35",
    "onnxruntime-web": "^1.16.3",
    "pako": "^2.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "three": "^0.160.0",
    "zustand": "^4.4.7"
  },
  "devDependencies": {
    "@types/node": "^25.0.3",
    "@types/pako": "^2.0.4",
    "@types/react": "^18.2.45",
    "@types/react-dom": "^18.2.18",
    "@types/three": "^0.160.0",
    "@typescript-eslint/eslint-plugin": "^6.16.0",
    "@typescript-eslint/parser": "^6.16.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^8.56.0",
    "typescript": "^5.3.3",
    "vite": "^5.0.10",
    "vitest": "^1.1.0"
  },
  "keywords": [
    "neural-network",
    "deep-learning",
    "visualization",
    "3d",
    "threejs",
    "webgl",
    "machine-learning"
  ],
  "author": "",
  "license": "MIT"
}