* added a shitty ecs that I'm confident is way worse than just looping objects lol * mader a rendering system based on ecs
21 lines
370 B
JSON
21 lines
370 B
JSON
{
|
|
"name": "yawn",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.3.4",
|
|
"vite-plugin-glsl": "^1.4.1"
|
|
},
|
|
"dependencies": {
|
|
"gl-matrix": "^3.4.3",
|
|
"tslog": "^4.9.3"
|
|
}
|
|
}
|