UNPKG

trillion-viewer

Version:

Trillion 3D Viewer

76 lines (75 loc) 2.43 kB
{ "name": "trillion-viewer", "version": "0.40.5", "description": "Trillion 3D Viewer", "author": "sp@trillion.jewelry", "license": "MIT", "scripts": { "start": "vite --config vite.dev.config.ts --mode dev", "start:local": "cross-env VITE_TRILLION_API_BASE_URL=http://localhost:8000 vite --config vite.dev.config.ts --mode dev", "build": "tsc && vite build --config vite.dev.config.ts --mode dev", "preview": "vite preview --config vite.dev.config.ts --mode dev", "debugger": "chromium --remote-debugging-port=9222 --app=http://localhost:3005", "build-npm": "tsc && vite build --config vite.library.config.ts --mode library && vite build --config vite.react-library.config.ts --mode library", "build-npm-stage": "tsc && vite build --config vite.library.config.ts --mode library-stage && vite build --config vite.react-library.config.ts --mode library-stage", "increment-version": "yarn version --patch --no-git-tag-version", "prepack": "json -f package.json -I -e \"delete this.devDependencies\"", "publish-npm": "npm publish", "lint": "eslint ./src --max-warnings=0" }, "files": [ "./build-lib/*" ], "types": "./build-lib/types/index.d.ts", "main": "./build-lib/trillion-viewer-react.umd.cjs", "module": "./build-lib/trillion-viewer-react.js", "exports": { ".": { "import": "./build-lib/trillion-viewer-react.js", "require": "./build-lib/trillion-viewer-react.umd.cjs" } }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "type": "module", "dependencies": { "@sentry/react": "^8.34.0", "@sentry/vite-plugin": "^2.22.5", "@trillionhq/stats.js": "^0.23.0", "@tweenjs/tween.js": "^23.0.0", "@types/uuid": "^10.0.0", "cross-env": "^7.0.3", "lil-gui": "^0.19.2", "n8ao": "^1.9.3", "postprocessing": "^6.36.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-gtm-module": "^2.0.11", "three": "^0.170.0", "three-mesh-bvh": "^0.8.3", "uuid": "^10.0.0", "zustand": "^5.0.0" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "keywords": [ "3D", "Viewer", "Jewelry" ] }