UNPKG

glodrei

Version:

useful add-ons for react-three-fiber

146 lines (145 loc) 4.96 kB
{ "name": "glodrei", "version": "0.0.2", "private": false, "description": "useful add-ons for react-three-fiber", "keywords": [ "react", "three", "threejs", "react-three-fiber" ], "repository": { "type": "git", "url": "git+https://github.com/pmndrs/drei.git" }, "license": "MIT", "bugs": { "url": "https://github.com/pmndrs/drei/issues" }, "homepage": "https://github.com/pmndrs/drei", "maintainers": [ "Paul Henschel (https://github.com/drcmda)", "Gianmarco Simone (https://github.com/gsimone)", "Marco Perego (https://github.com/emmelleppi)", "Josh Ellis (https://github.com/joshuaellis)" ], "main": "index.cjs.js", "module": "index.js", "types": "index.d.ts", "react-native": "native/index.cjs.js", "sideEffects": false, "scripts": { "build": "rimraf dist && yarn typegen && rollup -c && yarn copy", "prepare": "yarn build && husky", "eslint": "eslint --fix .", "eslint:ci": "eslint .", "prettier": "prettier --check .", "prettier-fix": "prettier --write .", "test": "yarn eslint:ci && yarn typecheck && yarn prettier && (cd test/e2e; ./e2e.sh)", "typecheck": "tsc --noEmit --emitDeclarationOnly false --strict --jsx react", "typegen": "tsc --emitDeclarationOnly", "storybook": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" storybook dev -p 6006", "build-storybook": "cross-env NODE_OPTIONS=\"--openssl-legacy-provider\" storybook build", "copy": "copyfiles package.json README.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.husky=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\"", "release": "semantic-release" }, "dependencies": { "@babel/runtime": "^7.26.0", "@mediapipe/tasks-vision": "0.10.17", "@monogrid/gainmap-js": "^3.0.6", "@react-spring/three": "~9.7.5", "@use-gesture/react": "^10.3.1", "camera-controls": "^2.9.0", "cross-env": "^7.0.3", "detect-gpu": "^5.0.56", "glsl-noise": "^0.0.0", "hls.js": "^1.5.17", "maath": "^0.10.8", "meshline": "^3.3.1", "react-composer": "^5.0.3", "stats-gl": "^2.2.8", "stats.js": "^0.17.0", "suspend-react": "^0.1.3", "three-mesh-bvh": "^0.7.8", "three-stdlib": "^2.34.0", "troika-three-text": "^0.52.0", "tunnel-rat": "^0.1.2", "utility-types": "^3.11.0", "uuid": "^9.0.1", "zustand": "^5.0.1" }, "devDependencies": { "@babel/core": "^7.26.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-transform-modules-commonjs": "^7.25.9", "@babel/plugin-transform-runtime": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.25.9", "@babel/preset-typescript": "^7.26.0", "@chromatic-com/storybook": "^3.2.2", "@eslint/compat": "^1.2.3", "@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.15.0", "@playwright/test": "^1.45.2", "@react-three/fiber": "^8.0.8", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@storybook/addon-actions": "^8.4.4", "@storybook/addon-controls": "^8.4.4", "@storybook/addon-essentials": "^8.4.4", "@storybook/manager-api": "^8.4.4", "@storybook/preview-api": "^8.4.4", "@storybook/react": "^8.4.4", "@storybook/react-vite": "^8.4.4", "@storybook/theming": "^8.4.4", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/three": "^0.151.0", "@typescript-eslint/eslint-plugin": "^8.15.0", "@typescript-eslint/parser": "^8.15.0", "@vitejs/plugin-react": "^4.3.3", "babel-eslint": "^10.1.0", "babel-loader": "^9.2.1", "copyfiles": "^2.4.1", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-storybook": "^0.11.0", "husky": "^9.1.7", "json": "^11.0.0", "prettier": "^3.3.3", "pretty-quick": "^4.0.0", "react": "^18.0.0", "react-dom": "^18.0.0", "rimraf": "^6.0.1", "rollup": "^2.79.2", "rollup-plugin-glslify": "^1.3.0", "rollup-plugin-multi-input": "^1.5.0", "rollup-plugin-terser": "^7.0.2", "semantic-release": "^24.2.0", "serve": "^14.2.4", "storybook": "^8.4.4", "three": "^0.161.0", "ts-node": "^10.9.2", "typescript": "^5.6.3", "vite": "^5.4.11", "vite-plugin-glslify": "^2.1.0" }, "peerDependencies": { "@react-three/fiber": "^8 || ^9.0.0-0", "react": "^18", "react-dom": "^18", "three": ">=0.137" }, "peerDependenciesMeta": { "react-dom": { "optional": true } }, "packageManager": "yarn@4.3.1" }