mirror of
https://github.com/Floriansylvain/creative_coding_1.git
synced 2026-08-19 19:53:18 +02:00
18 lines
288 B
JSON
18 lines
288 B
JSON
{
|
|
"name": "threejs-audio-starter",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^4.0.4"
|
|
},
|
|
"dependencies": {
|
|
"lil-gui": "^0.17.0",
|
|
"three": "^0.148.0"
|
|
}
|
|
}
|