This commit is contained in:
Ramakm
2025-11-24 23:47:14 +05:30
parent 5b853d1f64
commit 193fe8bb0e
13 changed files with 6034 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "aizawa-attractor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ramakm/aizawa-attractor.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Ramakm/aizawa-attractor/issues"
},
"homepage": "https://github.com/Ramakm/aizawa-attractor#readme",
"dependencies": {
"lil-gui": "^0.21.0",
"three": "^0.181.2",
"vite": "^7.2.4"
}
}