mirror of
https://github.com/ApfelTeeSaft/modelViewerTS.git
synced 2026-08-26 19:33:28 +00:00
23 lines
426 B
JSON
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"
|
|
}
|
|
}
|