-
- Downloads
Small updates
Showing
- Dockerfile 3 additions, 0 deletionsDockerfile
- README.rdoc 0 additions, 28 deletionsREADME.rdoc
- babel.config.js 1 addition, 0 deletionsbabel.config.js
- deps/dtu-core 1 addition, 1 deletiondeps/dtu-core
- deps/feedbackjs 1 addition, 1 deletiondeps/feedbackjs
- package.json 3 additions, 4 deletionspackage.json
- yarn.lock 903 additions, 720 deletionsyarn.lock
README.rdoc
deleted
100644 → 0
... | @@ -14,10 +14,9 @@ | ... | @@ -14,10 +14,9 @@ |
"prettier": "prettier --single-quote --write app/client/**/*.js" | "prettier": "prettier --single-quote --write app/client/**/*.js" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@ivoviz/feedback.js": "file:deps/feedbackjs", | |||
"@rails/webpacker": "^4.0.2", | "@rails/webpacker": "^4.0.2", | ||
"bootstrap": "3.3.7", | "bootstrap": "^3.4.1", | ||
"bootstrap-treeview": "https://github.com/iainbryson/bootstrap-treeview", | "bootstrap-treeview": "git+https://github.com/iainbryson/bootstrap-treeview.git", | ||
"core-js": "3", | "core-js": "3", | ||
"dtu_core_assets": "file:./deps/dtu-core/dtu_core_assets/", | "dtu_core_assets": "file:./deps/dtu-core/dtu_core_assets/", | ||
"dtu_core_js": "file:./deps/dtu-core/dtu_core_assets", | "dtu_core_js": "file:./deps/dtu-core/dtu_core_assets", | ||
... | @@ -29,7 +28,7 @@ | ... | @@ -29,7 +28,7 @@ |
"mathjax": "~2.7.1", | "mathjax": "~2.7.1", | ||
"mv": "^2.1.1", | "mv": "^2.1.1", | ||
"nano": "^8.0.0", | "nano": "^8.0.0", | ||
"pagedown-extra": "https://github.com/jmcmanus/pagedown-extra.git#ea782c3d11eb78f57d00aa819527338996a70721", | "pagedown-extra": "git+https://github.com/jmcmanus/pagedown-extra.git#ea782c3d11eb78f57d00aa819527338996a70721", | ||
"path": "^0.12.7", | "path": "^0.12.7", | ||
"popper.js": "^1.14.3", | "popper.js": "^1.14.3", | ||
"q": "^1.4.1", | "q": "^1.4.1", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment