@gsmlg/three-fiber
Version:
three-fiber library.
60 lines (59 loc) • 1.63 kB
JSON
{
"name": "@gsmlg/three-fiber",
"version": "1.1.3",
"description": "three-fiber library.",
"main": "dist/index.js",
"repository": "https://github.com/gsmlg-dev/gsmlg-nodejs.git",
"homepage": "https://gsmlg-dev.github.io/three-fiber",
"author": "Jonathan Gao",
"license": "GPLv3",
"private": false,
"scripts": {
"test": "gsmlg-scripts test",
"build": "TSC_COMPILE_ON_ERROR=true gsmlg-scripts build",
"lint": "echo 'termporaly disable code lint'",
"format": "gsmlg-scripts format",
"validate": "TSC_COMPILE_ON_ERROR=true gsmlg-scripts validate",
"storybook": "start-storybook -s static -p 6006",
"build-storybook": "build-storybook -s static"
},
"devDependencies": {
"@gsmlg/scripts": "^1.21.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/react": "^6.5.16",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.15.1",
"@types/react": "^18.0.28",
"@types/three": "^0.149.0",
"babel-loader": "^9.1.2",
"typescript": "^4.9.5"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"component",
"ui",
"three.js",
"three-fiber",
"webgl"
],
"dependencies": {
"@babel/runtime": "^7.21.0",
"@react-three/drei": "^9.57.2",
"@react-three/fiber": "^8.12.0",
"@react-three/gltfjsx": "^4.3.4",
"maath": "^0.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-spring": "^9.7.1",
"three": "^0.150.1"
}
}