yslootahrobotics/package.json
Najjar\NajjarV02 83d0d9ab00 feat: add GLTF transformation and compression support
- Updated package.json to include @gltf-transform/core, @gltf-transform/extensions, @gltf-transform/functions, and draco3dgltf for GLB file processing.
- Implemented GLB compression using Draco in the upload model API route.
- Adjusted camera keyframes in ScrollScene for improved animation.
- Enhanced overlay styles in ScrollOverlays for better visual clarity.
- Added original GLB files for Kandoura, Suit, Unitree_G1, and Vest.
- Updated existing GLB files for Kandoura, Suit, Unitree_G1, and Vest.
2026-04-17 15:34:41 +04:00

61 lines
1.7 KiB
JSON

{
"name": "yslootah-robotics-g1-configurator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@gltf-transform/core": "^4.3.0",
"@gltf-transform/extensions": "^4.3.0",
"@gltf-transform/functions": "^4.3.0",
"@libsql/client": "^0.17.2",
"@prisma/adapter-libsql": "^7.7.0",
"@prisma/client": "^7.7.0",
"@react-spring/three": "^10.0.3",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^2.16.0",
"@stripe/react-stripe-js": "^6.1.0",
"@stripe/stripe-js": "^9.1.0",
"@types/three": "^0.183.1",
"bcryptjs": "^3.0.3",
"draco3dgltf": "^1.5.7",
"framer-motion": "^12.38.0",
"gsap": "^3.14.2",
"i18next": "^26.0.3",
"i18next-browser-languagedetector": "^8.2.1",
"jose": "^6.2.2",
"next": "16.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^17.0.2",
"stripe": "^22.0.1",
"three": "^0.170.0",
"tsx": "^4.19.2",
"zustand": "^5.0.12"
},
"devDependencies": {
"@gltf-transform/cli": "^4.3.0",
"@tailwindcss/postcss": "^4.2.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.2",
"prisma": "^7.7.0",
"tailwindcss": "4.2.2",
"typescript": "^5.0.0",
"vitest": "^4.1.2"
}
}