123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- {
- "name": "@rcsb/rcsb-saguaro-3d",
- "version": "2.4.0-data-provider.16",
- "description": "RCSB Molstar/Saguaro Web App",
- "main": "build/dist/app.js",
- "files": [
- "build/dist",
- "lib"
- ],
- "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 mkDist && npm run copyConfig && npm run copyDef && npm run build && npm run buildDoc",
- "buildApp": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run mkDist && npm run copyConfig && npm run copyDef && npm run build",
- "cpStyles": "ncp src/styles lib/styles",
- "mkDist": "mkdirp build/dist",
- "copyConfig": "ncp lib/config.js build/dist/config.js",
- "copyDef": "ncp lib/app.d.ts build/dist/app.d.ts",
- "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" src/RcsbFv3D/RcsbFv3DAssembly.tsx src/RcsbFv3D/RcsbFv3DUniprot.tsx src/RcsbFv3D/RcsbFv3DSequenceIdentity.tsx src/RcsbFv3D/RcsbFv3DCustom.tsx && sed -i '' '/---/d' docs/index.html",
- "clean": "del-cli lib",
- "cleanAll": "npm run clean && del-cli build/dist",
- "publishApp": "npm publish --tag data-provider",
- "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/lodash": "^4.14.191",
- "@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",
- "lodash": "^4.17.21",
- "mini-css-extract-plugin": "^2.6.1",
- "mkdirp": "^2.1.5",
- "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.20",
- "typedoc-plugin-missing-exports": "^1.0.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.1",
- "@rcsb/rcsb-molstar": "^2.5.11",
- "@rcsb/rcsb-saguaro": "^2.5.8",
- "@rcsb/rcsb-saguaro-app": "^5.0.0-data-provider.14",
- "molstar": "^3.31.4"
- },
- "bugs": {
- "url": "https://github.com/rcsb/rcsb-saguaro-3d/issues"
- },
- "homepage": "https://rcsb.github.io/rcsb-saguaro-3d",
- "directories": {
- "doc": "docs",
- "example": "cdn-examples"
- }
- }
|