-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (50 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (50 loc) · 1.22 KB
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
{
"name": "ai-visualizer-neural-network-architecture",
"version": "1.0.0",
"description": "Interactive 3D Neural Network Architecture Visualizer - Educational platform for understanding Deep Learning",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^9.105.0",
"@react-three/fiber": "^8.16.0",
"framer-motion": "^11.3.19",
"katex": "^0.16.11",
"next": "14.2.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-katex": "^3.0.1",
"three": "^0.164.1",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/node": "^20.14.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/three": "^0.168.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
},
"keywords": [
"neural-network",
"deep-learning",
"tensorflow",
"visualization",
"3d",
"react",
"next.js",
"machine-learning",
"education"
],
"author": "Nolan",
"license": "MIT"
}