|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
|
"name": "@rcsb/rcsb-saguaro-3d",
|
|
|
- "version": "1.5.0-models.0",
|
|
|
+ "version": "1.5.0-models.1",
|
|
|
"description": "RCSB Molstar/Saguaro Web App",
|
|
|
"main": "build/dist/app.js",
|
|
|
"files": [
|
|
@@ -8,26 +8,14 @@
|
|
|
],
|
|
|
"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",
|
|
|
+ "buildAll": "npm run cleanAll && npm run tsc && npm run cpStyles && npm run copyConfig && npm run build && 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": {
|
|
@@ -53,44 +41,46 @@
|
|
|
},
|
|
|
"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",
|
|
|
+ "@babel/core": "^7.18.5",
|
|
|
+ "@babel/plugin-proposal-class-properties": "^7.17.12",
|
|
|
+ "@babel/preset-env": "^7.18.2",
|
|
|
+ "@types/react": "^18.0.12",
|
|
|
+ "@types/react-dom": "^18.0.5",
|
|
|
"@types/uniqid": "^5.3.2",
|
|
|
- "babel-loader": "^8.2.3",
|
|
|
+ "babel-loader": "^8.2.5",
|
|
|
"buffer": "^6.0.3",
|
|
|
- "concurrently": "^7.0.0",
|
|
|
+ "concurrently": "^7.2.1",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.6.0",
|
|
|
"del-cli": "^4.0.1",
|
|
|
"file-loader": "^6.2.0",
|
|
|
+ "html-webpack-plugin": "^5.5.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",
|
|
|
+ "react": "^18.1.0",
|
|
|
+ "react-dom": "^18.1.0",
|
|
|
+ "react-icons": "^4.4.0",
|
|
|
"rxjs": "^7.4.0",
|
|
|
- "sass": "^1.49.7",
|
|
|
- "sass-loader": "^12.6.0",
|
|
|
+ "sass": "^1.52.3",
|
|
|
+ "sass-loader": "^13.0.0",
|
|
|
"stream-browserify": "^3.0.0",
|
|
|
"style-loader": "^3.3.1",
|
|
|
- "ts-loader": "^9.2.6",
|
|
|
- "tslib": "^2.3.1",
|
|
|
- "typedoc": "^0.22.11",
|
|
|
+ "ts-loader": "^9.3.0",
|
|
|
+ "tslib": "^2.4.0",
|
|
|
+ "typedoc": "^0.22.17",
|
|
|
"typedoc-plugin-missing-exports": "^0.22.6",
|
|
|
- "typescript": "^4.5.5",
|
|
|
+ "typescript": "^4.7.3",
|
|
|
"uniqid": "^5.4.0",
|
|
|
- "webpack": "^5.69.0",
|
|
|
- "webpack-cli": "^4.9.1"
|
|
|
+ "webpack": "^5.73.0",
|
|
|
+ "webpack-cli": "^4.10.0",
|
|
|
+ "webpack-dev-server": "^4.9.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"@rcsb/rcsb-api-tools": "^4.1.0-models",
|
|
|
"@rcsb/rcsb-molstar": "^2.4.1",
|
|
|
- "@rcsb/rcsb-saguaro": "^2.1.0",
|
|
|
- "@rcsb/rcsb-saguaro-app": "^4.4.0-models.5",
|
|
|
+ "@rcsb/rcsb-saguaro": "^2.1.2",
|
|
|
+ "@rcsb/rcsb-saguaro-app": "^4.4.0-models.11",
|
|
|
"molstar": "^3.8.1"
|
|
|
},
|
|
|
"bugs": {
|