{ "private": true, "version": "1.5.1", "description": "Preview glTF models using three.js and a drag-and-drop interface.", "author": "Don McCurdy (https://www.donmccurdy.com)", "license": "MIT", "main": "public/app.js", "browserslist": [ ">1%", "not dead" ], "staticFiles": { "staticPath": [ { "staticPath": "assets", "staticOutDir": "assets" } ] }, "scripts": { "dev": "vite --port 3000", "build": "vite build", "clean": "rm -rf dist/* || true", "test": "node test/gen_test.js", "deploy": "npm run build && vercel --local-config vercel.json --prod", "postversion": "git push && git push --tags" }, "dependencies": { "dat.gui": "^0.7.9", "gltf-validator": "^2.0.0-dev.3.10", "query-string": "^9.2.2", "simple-dropzone": "^0.8.3", "three": "^0.179.1", "vhtml": "^2.2.0" }, "devDependencies": { "prettier": "^3.6.2", "vite": "^7.1.3" } }