{
  "name": "@rcsb/rcsb-saguaro-3d",
  "version": "2.2.0-uniprot-msa.13",
  "description": "RCSB Molstar/Saguaro Web App",
  "main": "build/dist/app.js",
  "files": [
    "build/dist"
  ],
  "scripts": {
    "devServer": "webpack-dev-server --config webpack.server.dev.config.js",
    "tsc": "tsc --incremental",
    "build": "webpack --config ./webpack.config.js",
    "buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run buildDoc",
    "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run clean",
    "cpStyles": "ncp src/styles build/src/styles",
    "copyConfig": "ncp build/src/config.js build/dist/config.js",
    "buildDoc": "typedoc src/RcsbFv3D/RcsbFv3DAssembly.tsx src/RcsbFv3D/RcsbFv3DCustom.tsx && sed -i '' '/---/d' docs/index.html",
    "clean": "del-cli build/src",
    "cleanAll": "npm run clean && del-cli build/dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rcsb/rcsb-saguaro-3d.git"
  },
  "keywords": [
    "3D",
    "structure",
    "1D",
    "viewer",
    "sequence",
    "annotations",
    "gene",
    "protein",
    "PDB",
    "RCSB",
    "UniProt"
  ],
  "author": "Joan Segura Mora <joan.segura@rcsb.org>",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.18.10",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/preset-env": "^7.18.10",
    "@types/d3-selection": "^3.0.3",
    "@types/d3-zoom": "^3.0.1",
    "@types/react": "^18.0.15",
    "@types/react-dom": "^18.0.6",
    "@types/uniqid": "^5.3.2",
    "babel-loader": "^8.2.5",
    "buffer": "^6.0.3",
    "concurrently": "^7.3.0",
    "crypto-browserify": "^3.12.0",
    "css-loader": "^6.6.0",
    "del-cli": "^5.0.0",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.5.0",
    "mini-css-extract-plugin": "^2.6.1",
    "ncp": "^2.0.0",
    "path-browserify": "^1.0.1",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "react-icons": "^4.4.0",
    "rxjs": "^7.5.6",
    "sass": "^1.54.0",
    "sass-loader": "^13.0.2",
    "stream-browserify": "^3.0.0",
    "style-loader": "^3.3.1",
    "ts-loader": "^9.3.1",
    "tslib": "^2.4.0",
    "typedoc": "^0.23.10",
    "typedoc-plugin-missing-exports": "^0.23.0",
    "typescript": "^4.7.4",
    "uniqid": "^5.4.0",
    "webpack": "^5.73.0",
    "webpack-cli": "^4.10.0",
    "webpack-dev-server": "^4.9.3"
  },
  "dependencies": {
    "@rcsb/rcsb-api-tools": "^4.1.0",
    "@rcsb/rcsb-molstar": "^2.5.5",
    "@rcsb/rcsb-saguaro": "^2.2.15",
    "@rcsb/rcsb-saguaro-app": "^4.4.13-uniprot-msa.10",
    "molstar": "^3.13.0"
  },
  "bugs": {
    "url": "https://github.com/rcsb/rcsb-saguaro-3d/issues"
  },
  "homepage": "https://rcsb.github.io/rcsb-saguaro-3d",
  "directories": {
    "doc": "docs",
    "example": "cdn-examples"
  }
}