@react-three/csg
Version:
Constructive solid geometry for React
110 lines (109 loc) • 3.59 kB
JSON
{
"name": "@react-three/csg",
"version": "4.0.0",
"description": "Constructive solid geometry for React",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "rollup -c",
"postbuild": "tsc --emitDeclarationOnly",
"prepublishOnly": "npm run build",
"test": "echo no tests yet",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"changeset:add": "changeset add",
"changeset:version": "yarn changeset version && yarn install --mode update-lockfile",
"changeset:release": "yarn build && yarn build-storybook && yarn changeset publish"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/react-three-csg.git"
},
"keywords": [
"csg",
"threejs",
"3d"
],
"author": "Paul Henschel",
"license": "MIT",
"bugs": {
"url": "https://github.com/pmndrs/react-three-csg/issues"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "7.16.0",
"@babel/plugin-transform-parameters": "7.16.0",
"@babel/plugin-transform-runtime": "7.16.0",
"@babel/plugin-transform-template-literals": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.16.0",
"@changesets/changelog-git": "^0.1.12",
"@changesets/cli": "^2.24.3",
"@react-three/drei": "10.0.3",
"@react-three/fiber": "9.0.4",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@storybook/addon-actions": "^8.5.1",
"@storybook/addon-essentials": "^8.5.1",
"@storybook/addon-interactions": "^8.5.1",
"@storybook/addon-knobs": "^8.0.1",
"@storybook/addon-links": "^8.5.1",
"@storybook/addon-storysource": "^8.5.1",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/addons": "7.6.17",
"@storybook/react": "^8.5.1",
"@storybook/react-vite": "^8.5.1",
"@storybook/react-webpack5": "^8.5.1",
"@storybook/test": "^8.5.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-test-renderer": "^17.0.1",
"@types/three": "^0.172.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.5",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-storybook": "^0.11.2",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"prettier": "^2.4.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^2.59.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-terser": "^7.0.2",
"storybook": "^8.5.1",
"three": "^0.172.0",
"typescript": "^4.4.4",
"vite": "^6.0.11"
},
"homepage": "https://github.com/pmndrs/react-three-csg#readme",
"dependencies": {
"three-bvh-csg": "^0.0.16",
"three-mesh-bvh": "^0.6.8"
},
"packageManager": "yarn@4.4.0+sha256.5f228cb28f2edb97d8c3b667fb7b2fdcf06c46798e25ea889dad9e0b4bc2e2c1"
}