-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 779 Bytes
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
{
"name": "tensorforge-webgpu",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"check": "tsc -b && vitest run"
},
"dependencies": {
"@fontsource-variable/instrument-sans": "^5.2.6",
"@fontsource-variable/syne": "^5.2.6",
"@fontsource/ibm-plex-mono": "^5.2.6",
"lucide-react": "^0.468.0",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^4.4.1",
"@webgpu/types": "^0.1.64",
"typescript": "^5.9.2",
"vite": "^7.1.1",
"vitest": "^3.2.4"
}
}