|
@@ -1,6 +1,6 @@
|
|
{
|
|
{
|
|
"name": "@rcsb/rcsb-saguaro-3d",
|
|
"name": "@rcsb/rcsb-saguaro-3d",
|
|
- "version": "1.2.0",
|
|
|
|
|
|
+ "version": "1.2.0-interfaces",
|
|
"description": "RCSB Molstar/Saguaro Web App",
|
|
"description": "RCSB Molstar/Saguaro Web App",
|
|
"main": "build/dist/app.js",
|
|
"main": "build/dist/app.js",
|
|
"files": [
|
|
"files": [
|
|
@@ -16,12 +16,13 @@
|
|
"buildExamples": "npm run cleanExamples && npm run tscExamples && npm run cpStyles && npm run copyExample && npm run packExamples && npm run clean",
|
|
"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",
|
|
"cpStyles": "ncp src/styles build/src/styles",
|
|
"copyConfig": "ncp build/src/config.js build/dist/config.js",
|
|
"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",
|
|
|
|
|
|
+ "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",
|
|
"copyExample_1": "ncp src/examples/single-chain/index.html build/src/examples/single-chain/index.html",
|
|
"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_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_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_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_5": "ncp src/examples/css-config/index.html build/src/examples/css-config/index.html",
|
|
|
|
+ "copyExample_6": "ncp src/examples/assembly-interface/index.html build/src/examples/assembly-interface/index.html",
|
|
"buildDoc": "npx typedoc --mode file --out docs --exclude src/examples src && sed -i '' '/---/d' docs/index.html",
|
|
"buildDoc": "npx typedoc --mode file --out docs --exclude src/examples src && sed -i '' '/---/d' docs/index.html",
|
|
"clean": "del-cli build/src",
|
|
"clean": "del-cli build/src",
|
|
"cleanAll": "npm run clean && del-cli build/dist",
|
|
"cleanAll": "npm run clean && del-cli build/dist",
|
|
@@ -84,10 +85,10 @@
|
|
"webpack-cli": "^4.9.1"
|
|
"webpack-cli": "^4.9.1"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
|
+ "@rcsb/rcsb-api-tools": "^2.2.1-interface.12",
|
|
"@rcsb/rcsb-molstar": "^2.0.0-dev.10",
|
|
"@rcsb/rcsb-molstar": "^2.0.0-dev.10",
|
|
"@rcsb/rcsb-saguaro": "^2.0.0",
|
|
"@rcsb/rcsb-saguaro": "^2.0.0",
|
|
- "@rcsb/rcsb-saguaro-api": "^2.1.0",
|
|
|
|
- "@rcsb/rcsb-saguaro-app": "^3.4.0",
|
|
|
|
|
|
+ "@rcsb/rcsb-saguaro-app": "file:../rcsb-saguaro-app",
|
|
"molstar": "^2.4.1",
|
|
"molstar": "^2.4.1",
|
|
"react-select": "^3.0.8"
|
|
"react-select": "^3.0.8"
|
|
},
|
|
},
|