package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "@bioinsilico/rcsb-saguaro-3d",
  3. "version": "0.0.1",
  4. "description": "RCSB Molstar/Saguaro Web App",
  5. "main": "dist/config.js",
  6. "scripts": {
  7. "tsc": "tsc",
  8. "build": "webpack --config ./webpack.config.js",
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/rcsb/rcsb-saguaro-3d.git"
  14. },
  15. "keywords": [
  16. "3D",
  17. "structure",
  18. "1D",
  19. "viewer",
  20. "sequence",
  21. "annotations",
  22. "gene",
  23. "protein",
  24. "PDB",
  25. "RCSB",
  26. "UniProt"
  27. ],
  28. "author": "Joan Segura Mora <joan.segura@rcsb.org>",
  29. "publishConfig": {
  30. "registry": "https://registry.npmjs.org/"
  31. },
  32. "license": "MIT",
  33. "devDependencies": {
  34. "@babel/core": "^7.10.4",
  35. "@babel/plugin-proposal-class-properties": "^7.10.4",
  36. "@babel/preset-env": "^7.10.4",
  37. "@types/react": "^16.9.41",
  38. "@types/react-dom": "^16.9.8",
  39. "babel-loader": "^8.1.0",
  40. "css-loader": "^3.6.0",
  41. "node-sass": "^4.14.1",
  42. "react-icons": "^3.11.0",
  43. "sass-loader": "^7.3.1",
  44. "style-loader": "^1.2.1",
  45. "ts-loader": "^6.2.2",
  46. "typedoc": "^0.17.8",
  47. "typescript": "^3.9.6",
  48. "webpack": "^4.43.0",
  49. "webpack-cli": "^3.3.12",
  50. "react": "^16.13.1",
  51. "react-dom": "^16.13.1",
  52. "mini-css-extract-plugin": "^0.9.0"
  53. },
  54. "dependencies": {
  55. "@bioinsilico/rcsb-saguaro-app": "^0.9.13",
  56. "molstar": "^1.1.33"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/rcsb/rcsb-saguaro-3d/issues"
  60. },
  61. "homepage": "https://rcsb.github.io/rcsb-saguaro-3d",
  62. "directories": {
  63. "doc": "docs",
  64. "example": "examples"
  65. }
  66. }