mirror of
https://github.com/Floriansylvain/creative_coding_1.git
synced 2026-08-19 11:43:20 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user