{
  "name": "@rcsb/rcsb-saguaro-3d",
  "version": "0.0.42",
  "description": "RCSB Molstar/Saguaro Web App",
  "main": "build/dist/RcsbFv3DBuilder.js",
  "files": [
    "build/dist/rcsb-saguaro-3d.js",
    "build/dist/config.js",
    "build/dist/*ts"
  ],
  "scripts": {
    "tsc": "tsc --incremental",
    "tscExamples": "tsc --project ./tsconfig.examples.json",
    "build": "webpack --config ./webpack.config.js",
    "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run tscExamples && npm run copyHtml && npm run buildExamples && npm run clean",
    "buildOnlyApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run clean",
    "buildExamples": "webpack --config ./webpack.examples.config.js",
    "buildOnlyExamples": "npm run cleanAll && npm run tscExamples && npm run cpStyles && npm run copyHtml && npm run buildExamples && npm run clean",
    "cpStyles": "ncp src/styles build/src/styles",
    "copyConfig": "ncp build/src/config.js build/dist/config.js",
    "copyHtml": "npm run copyHtml_1 && npm run copyHtml_3",
    "copyHtml_1": "ncp src/examples/custom-panel/example.html build/src/examples/custom-panel/example.html",
    "copyHtml_3": "ncp src/examples/assembly/example.html build/src/examples/assembly/example.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.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@types/react": "^17.0.11",
    "@types/react-dom": "^17.0.0",
    "@types/react-select": "^3.0.11",
    "babel-loader": "^8.1.0",
    "concurrently": "^5.3.0",
    "css-loader": "^3.6.0",
    "del-cli": "^3.0.1",
    "file-loader": "^6.2.0",
    "mini-css-extract-plugin": "^0.9.0",
    "ncp": "^2.0.0",
    "node-sass": "^4.14.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-icons": "^3.11.0",
    "rxjs": "^6.6.6",
    "sass-loader": "^7.3.1",
    "style-loader": "^1.2.1",
    "ts-loader": "^6.2.2",
    "tslib": "^2.0.1",
    "typedoc": "^0.17.8",
    "typescript": "4.0.2",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "dependencies": {
    "@rcsb/rcsb-molstar": "file:../rcsb-molstar",
    "@rcsb/rcsb-saguaro": "^1.8.0",
    "@rcsb/rcsb-saguaro-app": "^2.0.0-beta.4",
    "molstar": "^2.0.7",
    "react-select": "^3.0.8"
  },
  "bugs": {
    "url": "https://github.com/rcsb/rcsb-saguaro-3d/issues"
  },
  "homepage": "https://rcsb.github.io/rcsb-saguaro-3d",
  "directories": {
    "doc": "docs",
    "example": "examples"
  }
}