Files
WhateverWebGPU/package.json
T
2025-04-05 21:19:29 +02:00

17 lines
277 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"
}
}