42_Inception/srcs/requirements/bonus/site/app/package.json

15 lines
291 B
JSON
Raw Permalink Normal View History

2025-02-18 10:37:35 +01:00
{
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build src --outDir ../dist --emptyOutDir --base /site"
},
"dependencies": {
"@fastify/static": "^8.1.1",
"fastify": "^5.2.1",
"lil-gui": "^0.20.0",
"three": "^0.173.0",
"vite": "^6.1.0"
}
}