123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "name": "@rcsb/rcsb-saguaro-3d",
- "version": "1.4.0",
- "description": "RCSB Molstar/Saguaro Web App",
- "main": "build/dist/app.js",
- "files": [
- "build/dist"
- ],
- "scripts": {
- "tsc": "tsc --incremental",
- "tscExamples": "tsc --project ./tsconfig.examples.json",
- "build": "webpack --config ./webpack.config.js",
- "buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run buildExamples && npm run buildDoc",
- "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && npm run clean",
- "packExamples": "webpack --config ./webpack.examples.config.js",
- "buildExamples": "npm run cleanExamples && npm run tscExamples && npm run cpStyles && npm run copyExample && npm run packExamples && npm run clean",
- "cpStyles": "ncp src/styles build/src/styles",
- "copyConfig": "ncp build/src/config.js build/dist/config.js",
- "copyExample": "npm run copyExample_1 && npm run copyExample_2 && npm run copyExample_3 && npm run copyExample_4 && npm run copyExample_5 && npm run copyExample_6 && npm run copyExample_7",
- "copyExample_1": "ncp src/examples/single-chain/index.html build/src/examples/single-chain/index.html",
- "copyExample_2": "ncp src/examples/structural-alignment/index.html build/src/examples/structural-alignment/index.html",
- "copyExample_3": "ncp src/examples/assembly/index.html build/src/examples/assembly/index.html",
- "copyExample_4": "ncp src/examples/multiple-chain/index.html build/src/examples/multiple-chain/index.html",
- "copyExample_5": "ncp src/examples/css-config/index.html build/src/examples/css-config/index.html",
- "copyExample_6": "ncp src/examples/external-mapping/index.html build/src/examples/external-mapping/index.html",
- "copyExample_7": "ncp src/examples/uniprot/index.html build/src/examples/uniprot/index.html",
- "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",
- "cleanExamples": "del-cli build/examples",
- "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.17.3",
- "@babel/plugin-proposal-class-properties": "^7.16.7",
- "@babel/preset-env": "^7.16.11",
- "@types/react": "^17.0.39",
- "@types/react-dom": "^17.0.11",
- "@types/uniqid": "^5.3.2",
- "babel-loader": "^8.2.3",
- "buffer": "^6.0.3",
- "concurrently": "^7.0.0",
- "crypto-browserify": "^3.12.0",
- "css-loader": "^6.6.0",
- "del-cli": "^4.0.1",
- "file-loader": "^6.2.0",
- "mini-css-extract-plugin": "^2.5.3",
- "ncp": "^2.0.0",
- "path-browserify": "^1.0.1",
- "react": "^17.0.2",
- "react-dom": "^17.0.2",
- "react-icons": "^4.3.1",
- "rxjs": "^7.4.0",
- "sass": "^1.49.7",
- "sass-loader": "^12.6.0",
- "stream-browserify": "^3.0.0",
- "style-loader": "^3.3.1",
- "ts-loader": "^9.2.6",
- "tslib": "^2.3.1",
- "typedoc": "^0.22.11",
- "typedoc-plugin-missing-exports": "^0.22.6",
- "typescript": "^4.5.5",
- "uniqid": "^5.4.0",
- "webpack": "^5.69.0",
- "webpack-cli": "^4.9.1"
- },
- "dependencies": {
- "@rcsb/rcsb-api-tools": "^4.0.1",
- "@rcsb/rcsb-molstar": "^2.3.0",
- "@rcsb/rcsb-saguaro": "^2.0.6",
- "@rcsb/rcsb-saguaro-app": "^4.3.1",
- "molstar": "^3.6.1"
- },
- "bugs": {
- "url": "https://github.com/rcsb/rcsb-saguaro-3d/issues"
- },
- "homepage": "https://rcsb.github.io/rcsb-saguaro-3d",
- "directories": {
- "doc": "docs",
- "example": "cdn-examples"
- }
- }
|