@saitonakamura/react-three-flex
Version:
`<Flex />` component for the 3D World.
119 lines (118 loc) • 3.41 kB
JSON
{
"name": "@saitonakamura/react-three-flex",
"version": "0.6.1-develop5",
"description": "`<Flex />` component for the 3D World.",
"keywords": [
"react",
"three",
"r3f",
"react-three-fiber",
"3d",
"flex",
"flexbox",
"yoga",
"yoga-layout"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/react-three-flex.git"
},
"bugs": {
"url": "https://github.com/pmndrs/react-three-flex/issues"
},
"homepage": "https://github.com/pmndrs/react-three-flex#readme",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./package.json": "./package.json",
"./": "./"
},
"files": [
"dist"
],
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"scripts": {
"build": "rollup -c",
"postbuild": "tsc --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"eslint": "eslint src --fix --ext=js,ts,tsx,jsx",
"eslint-examples": "eslint examples/src --fix --ext=js,ts,tsx,jsx",
"eslint:ci": "eslint src examples/src --fix --ext=js,ts,tsx,jsx",
"test": "echo no tests yet",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"yoga-layout-prebuilt": "^1.9.6"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "7.15.0",
"@babel/plugin-transform-parameters": "7.14.5",
"@babel/plugin-transform-runtime": "7.15.0",
"@babel/plugin-transform-template-literals": "7.14.5",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "^7.10.4",
"@react-three/drei": "^7.3.1",
"@react-three/fiber": "^7.0.6",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@storybook/addon-controls": "^6.3.7",
"@storybook/addon-storysource": "^6.3.7",
"@storybook/react": "^6.3.7",
"@types/jest": "^26.0.8",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"@types/react-test-renderer": "^17.0.1",
"@types/three": "^0.131.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-loader": "^8.2.2",
"eslint": "^7.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"husky": "^7.0.1",
"jest": "^27.0.6",
"lint-staged": "^11.1.2",
"prettier": "^2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.26.10",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.131.3",
"ts-jest": "^27.0.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"@react-three/fiber": ">=6.0",
"react": "^17.0.2",
"three": ">=0.126"
}
}