Skip to content

Commit

Permalink
Try molstar (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm authored Dec 3, 2024
1 parent 83802f6 commit c3c08f6
Show file tree
Hide file tree
Showing 10 changed files with 3,436 additions and 20 deletions.
5 changes: 3 additions & 2 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build:prod": "yarn run build:lib && yarn run build:labextension",
"build:labextension": "jupyter labextension build .",
"build:labextension:dev": "jupyter labextension build --development True .",
"build:lib": "tsc",
"build:lib": "tsc && mkdir -p lib/molstarview && cp src/molstarview/*.css lib/molstarview/",
"clean": "yarn run clean:lib",
"clean:lib": "rimraf lib tsconfig.tsbuildinfo",
"clean:labextension": "rimraf myextension/labextension",
Expand All @@ -52,7 +52,7 @@
"watch": "run-p watch:src watch:labextension",
"watch:src": "tsc -w",
"watch:labextension": "jupyter labextension watch .",
"watch:install": "nodemon --watch src/widget_ngl.ts --exec 'npm install'",
"watch:install": "nodemon --watch src --watch package.json --exec 'npm install'",
"test": "mocha"
},
"dependencies": {
Expand All @@ -62,6 +62,7 @@
"jquery-ui": "^1.12.1",
"lodash": "^4.17.4",
"ngl": "2.4.0",
"molstar": "3.9.0",
"underscore": "^1.8.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit c3c08f6

Please sign in to comment.