mirror of
https://github.com/Floriansylvain/WhateverWebGPU.git
synced 2026-08-19 19:53:18 +02:00
21 lines
352 B
JSON
21 lines
352 B
JSON
{
|
|
"name": "whateverwebgpu",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "3.5.3",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@webgpu/types": "^0.1.60",
|
|
"webgpu": "^0.2.11"
|
|
}
|
|
}
|