@takram/three-clouds
Version:
A Three.js and R3F implementation of geospatial volumetric clouds
77 lines • 1.82 kB
JSON
{
"name": "@takram/three-clouds",
"version": "0.5.0",
"description": "A Three.js and R3F implementation of geospatial volumetric clouds",
"keywords": [
"three",
"three.js",
"geospatial",
"volumetric",
"clouds"
],
"homepage": "https://github.com/takram-design-engineering/three-geospatial/tree/main/packages/clouds",
"bugs": {
"url": "https://github.com/takram-design-engineering/three-geospatial/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/takram-design-engineering/three-geospatial.git"
},
"license": "MIT",
"author": "Shota Matsuda <shota@takram.com>",
"type": "module",
"exports": {
".": {
"import": "./build/index.js",
"require": "./build/index.cjs",
"types": "./types/index.d.ts"
},
"./r3f": {
"import": "./build/r3f.js",
"require": "./build/r3f.cjs",
"types": "./types/r3f/index.d.ts"
}
},
"main": "./build/index.cjs",
"module": "./build/index.js",
"types": "./types/index.d.ts",
"files": [
"assets",
"build",
"src",
"types",
"package.json",
"CHANGELOG.md",
"README.md"
],
"dependencies": {
"@takram/three-atmosphere": "0.14.0",
"@takram/three-geospatial": "0.4.0",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.34.1"
},
"peerDependencies": {
"@react-three/fiber": ">=9.0.4",
"@react-three/postprocessing": ">=3.0.4",
"postprocessing": ">=6.36.7",
"react": ">=19.0",
"three": ">=0.170.0"
},
"peerDependenciesMeta": {
"@react-three/drei": {
"optional": true
},
"@react-three/fiber": {
"optional": true
},
"@react-three/postprocessing": {
"optional": true
},
"react": {
"optional": true
}
},
"publishConfig": {
"access": "public"
}
}