Files
2024-11-18 09:36:38 +01:00

23 lines
426 B
JSON

{
"name": "threejstest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"gsap": "^3.12.5",
"three": "^0.170.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/three": "^0.170.0",
"vite": "^5.4.11"
}
}