@webviz/subsurface-viewer
Version: 
3D visualization component for subsurface reservoir data
88 lines (87 loc) • 2.54 kB
JSON
{
  "name": "@webviz/subsurface-viewer",
  "version": "1.13.5",
  "description": "3D visualization component for subsurface reservoir data",
  "keywords": [
    "subsurface",
    "react",
    "wells",
    "welllogs",
    "grids",
    "faults",
    "reservoir"
  ],
  "homepage": "https://github.com/equinor/webviz-subsurface-components",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "transpile": "tsc --project ./tsconfig.json",
    "copy-files": "copyfiles --up 1 \"src/{layers,assets}/**/*.png\" dist/",
    "build": "git clean -xdff dist && npm run transpile && npm run copy-files",
    "test_perf": "jest _performance",
    "test_correctness": "jest --coverage --testPathIgnorePatterns='_performance'",
    "test": "jest --coverage",
    "test:update": "npm test -- --u",
    "test:watch": "npm test -- --watch",
    "test:debug": "node --inspect-brk ../../node_modules/jest/bin/jest.js --coverage=false --runInBand",
    "doc": "git clean -xdff docs && typedoc src"
  },
  "author": "Equinor <opensource@equinor.com>",
  "license": "MPL-2.0",
  "dependencies": {
    "@deck.gl-community/editable-layers": "^9.1.1",
    "@deck.gl/aggregation-layers": "^9.1.14",
    "@deck.gl/core": "^9.1.14",
    "@deck.gl/extensions": "^9.1.14",
    "@deck.gl/geo-layers": "^9.1.14",
    "@deck.gl/json": "^9.1.14",
    "@deck.gl/layers": "^9.1.14",
    "@deck.gl/mesh-layers": "^9.1.14",
    "@deck.gl/react": "^9.1.14",
    "@emerson-eps/color-tables": "^0.4.92",
    "@equinor/eds-core-react": "^0.36.0",
    "@equinor/eds-icons": "^0.21.0",
    "@turf/simplify": "^7.1.0",
    "@vivaxy/png": "^1.3.0",
    "@webviz/wsc-common": "1.3.4",
    "ajv": "^8.16.0",
    "convert-units": "^2.3.4",
    "d3": "^7.8.2",
    "d3-color": "^3.1.0",
    "d3-format": "^3.1.0",
    "gl-matrix": "^3.4.3",
    "lodash": "^4.17.21",
    "math.gl": "^4.1.0",
    "mathjs": "^13.2.0",
    "merge-refs": "^1.2.2",
    "static-kdtree": "^1.0.2",
    "workerpool": "^9.2.0"
  },
  "peerDependencies": {
    "@mui/material": "^5.11",
    "@mui/system": "^5.11",
    "@reduxjs/toolkit": "^1.7.2 || ^2",
    "react": "^17 || ^18",
    "react-dom": "^17 || ^18",
    "react-redux": "^8.1.1 || ^9"
  },
  "peerDependenciesMeta": {
    "@reduxjs/toolkit": {
      "optional": true
    },
    "react-redux": {
      "optional": true
    }
  },
  "devDependencies": {
    "@reduxjs/toolkit": "^2.3.0",
    "@types/static-kdtree": "^1.0.3",
    "react-redux": "^9.1.2"
  },
  "volta": {
    "node": "20.18.3"
  }
}