|
@@ -17,7 +17,7 @@
|
|
|
"cpStyles": "ncp src/scss lib/scss",
|
|
|
"copyConfig": "ncp lib/commonjs/config.js build/config.js",
|
|
|
"copyDef": "ncp lib/app.d.ts build/app.d.ts",
|
|
|
- "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" --plugin typedoc-plugin-missing-exports src/RcsbFv3D/RcsbFv3DAssembly.tsx src/RcsbFv3D/RcsbFv3DUniprot.tsx src/RcsbFv3D/RcsbFv3DSequenceIdentity.tsx src/RcsbFv3D/RcsbFv3DCustom.tsx && sed -i '' '/---/d' docs/index.html",
|
|
|
+ "buildDoc": "typedoc --excludeExternals --externalPattern \"**/node_modules/**\" --plugin typedoc-plugin-missing-exports --plugin typedoc-theme-hierarchy --theme hierarchy --entryPointStrategy expand ./src && sed -i '' '/---/d' docs/index.html",
|
|
|
"clean": "del-cli lib && del-cli build",
|
|
|
"publishApp": "npm publish --tag development",
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -48,6 +48,7 @@
|
|
|
"@babel/core": "^7.23.3",
|
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
|
"@babel/preset-env": "^7.23.3",
|
|
|
+ "@svgr/webpack": "^8.1.0",
|
|
|
"@types/d3-selection": "^3.0.10",
|
|
|
"@types/d3-zoom": "^3.0.8",
|
|
|
"@types/lodash": "^4.14.201",
|
|
@@ -55,6 +56,7 @@
|
|
|
"@types/react-dom": "^18.2.15",
|
|
|
"@types/uniqid": "^5.3.4",
|
|
|
"babel-loader": "^9.1.3",
|
|
|
+ "boxicons": "^2.1.4",
|
|
|
"buffer": "^6.0.3",
|
|
|
"crypto-browserify": "^3.12.0",
|
|
|
"css-loader": "^6.8.1",
|
|
@@ -74,6 +76,7 @@
|
|
|
"tslib": "^2.6.2",
|
|
|
"typedoc": "^0.25.3",
|
|
|
"typedoc-plugin-missing-exports": "^2.1.0",
|
|
|
+ "typedoc-theme-hierarchy": "^4.1.2",
|
|
|
"typescript": "^5.2.2",
|
|
|
"uniqid": "^5.4.0",
|
|
|
"webpack": "^5.89.0",
|
|
@@ -81,14 +84,13 @@
|
|
|
"webpack-dev-server": "^4.15.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "resolve-url-loader": "^5.0.0",
|
|
|
"rxjs": "^7.5.6"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"@rcsb/rcsb-api-tools": "^4.1.13",
|
|
|
"@rcsb/rcsb-molstar": "^2.8.0",
|
|
|
- "@rcsb/rcsb-saguaro": "^3.0.0-development.14",
|
|
|
- "@rcsb/rcsb-saguaro-app": "^6.0.0-development.18",
|
|
|
+ "@rcsb/rcsb-saguaro": "^3.0.3",
|
|
|
+ "@rcsb/rcsb-saguaro-app": "^6.0.0",
|
|
|
"molstar": "^3.40.1",
|
|
|
"react": "^18.1.0",
|
|
|
"react-dom": "^18.1.0"
|