more webgpu scaffolding
This commit is contained in:
parent
c245a4700a
commit
441ab63660
21 changed files with 253 additions and 74 deletions
|
@ -9,8 +9,9 @@
|
|||
"dev": "run-p serve build:watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@webgpu/types": "^0.1.37",
|
||||
"bun-types": "latest",
|
||||
"npm-run-all2": "^6.0.6",
|
||||
"npm-run-all2": "^6.1.1",
|
||||
"prettier": "^3.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
@ -19,6 +20,7 @@
|
|||
"dependencies": {
|
||||
"chalk": "^5.3.0",
|
||||
"glob": "^10.3.10",
|
||||
"serve": "^14.2.1"
|
||||
"serve": "^14.2.1",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue