UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

128 lines (127 loc) 3.67 kB
{ "name": "videx-3d", "version": "4.1.2-beta", "private": false, "type": "module", "license": "MIT", "description": "React 3D component library designed for sub surface visualizations in the browser", "repository": { "type": "git", "url": "git+https://github.com/equinor/videx-3d.git" }, "keywords": [ "3d", "React", "threejs", "Subsurface", "visualization" ], "files": [ "dist" ], "exports": { ".": { "import": "./dist/main.js", "types": "./dist/types/main.d.ts" }, "./sdk": { "import": "./dist/sdk.js", "types": "./dist/types/sdk/index.d.ts" }, "./generators": { "import": "./dist/generators.js", "types": "./dist/types/generators/index.d.ts" } }, "scripts": { "start": "npm run storybook", "build": "npm run build-lib && npm run build-static", "build-lib": "tsc && vite build", "build-static": "node scripts/generate-story-args.js && storybook build -o static && typedoc", "lint": "eslint .", "storybook": "node scripts/generate-story-args.js && storybook dev -p 6006", "test": "vitest", "coverage": "vitest --coverage" }, "dependencies": { "curve-interpolator": "^3.3.1", "d3-array": "^3.2.4", "d3-axis": "^3.0.0", "d3-drag": "^3.0.0", "d3-format": "^3.1.0", "d3-interpolate": "^3.0.1", "d3-path": "^3.1.0", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0", "lodash.filter": "^4.6.0", "nanoid": "^5.1.2", "p-limit": "^6.2.0", "p-queue": "^8.1.0", "proj4": "^2.15.0", "rbush": "^4.0.1", "react-use-measure": "^2.1.7", "use-zustand": "^0.2.0", "zustand": "^5.0.3" }, "devDependencies": { "@chromatic-com/storybook": "^3.2.4", "@eslint/js": "^9.32.0", "@react-three/drei": "^10.0.4", "@react-three/fiber": "^9.0.4", "@storybook/addon-essentials": "^8.5.5", "@storybook/addon-interactions": "^8.5.5", "@storybook/blocks": "^8.5.5", "@storybook/manager-api": "^8.5.5", "@storybook/react": "^8.5.5", "@storybook/react-vite": "^8.5.5", "@storybook/theming": "^8.5.5", "@types/d3-array": "^3.2.1", "@types/d3-axis": "^3.0.6", "@types/d3-drag": "^3.0.7", "@types/d3-format": "^3.0.4", "@types/d3-interpolate": "^3.0.4", "@types/d3-path": "^3.1.0", "@types/d3-scale": "^4.0.8", "@types/d3-selection": "^3.0.11", "@types/lodash.filter": "^4.6.9", "@types/node": "^22.12.0", "@types/proj4": "^2.5.5", "@types/rbush": "^3.0.3", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "8.19.1", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^3.0.7", "@vitest/ui": "^3.0.7", "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "eslint-plugin-storybook": "^0.11.2", "globals": "^15.14.0", "minimist": "^1.2.8", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "sass": "^1.83.1", "storybook": "^8.5.5", "typedoc": "^0.27.6", "typescript": "^5.2.2", "typescript-eslint": "^8.18.2", "vite": "^6.1.0", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.0", "vite-plugin-externalize-deps": "^0.9.0", "vite-plugin-glsl": "^1.3.1", "vite-plugin-static-copy": "^2.2.0", "vitest": "^3.0.7" }, "peerDependencies": { "@react-three/drei": ">=9", "@react-three/fiber": ">=8", "comlink": ">=4.4", "react": ">=18", "react-dom": ">=18", "three": ">=0.169" } }