-
- Downloads
WIP refactoring deploy
Showing
- .gitignore 5 additions, 0 deletions.gitignore
- Dockerfile 7 additions, 2 deletionsDockerfile
- annotations-plugin 1 addition, 1 deletionannotations-plugin
- build_deps.sh 4 additions, 2 deletionsbuild_deps.sh
- mirador-video-annotation 1 addition, 1 deletionmirador-video-annotation
- package-lock.json 4114 additions, 51602 deletionspackage-lock.json
- package.json 3 additions, 1 deletionpackage.json
- src/index.js 3 additions, 2 deletionssrc/index.js
- webpack.config.js 1 addition, 1 deletionwebpack.config.js
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -5,7 +5,8 @@ | ... | @@ -5,7 +5,8 @@ |
"private": true, | "private": true, | ||
"scripts": { | "scripts": { | ||
"build": "webpack --config webpack.config.js", | "build": "webpack --config webpack.config.js", | ||
"serve": "npm install && webpack serve --config webpack.config.js" | "serve": "npm install && webpack serve --config webpack.config.js", | ||
"start" : "NODE_ENV=development webpack serve --open" | |||
}, | }, | ||
"author": "", | "author": "", | ||
"license": "ISC", | "license": "ISC", | ||
... | @@ -14,6 +15,7 @@ | ... | @@ -14,6 +15,7 @@ |
"dotenv-webpack": "^8.0.1", | "dotenv-webpack": "^8.0.1", | ||
"mirador": "file:mirador-video-annotation", | "mirador": "file:mirador-video-annotation", | ||
"mirador-annotations": "file:annotations-plugin", | "mirador-annotations": "file:annotations-plugin", | ||
"node-pre-gyp": "^0.17.0", | |||
"react": "^16.13.1", | "react": "^16.13.1", | ||
"react-dom": "^16.13.1", | "react-dom": "^16.13.1", | ||
"style-loader": "^1.2.1" | "style-loader": "^1.2.1" | ||
... | ... |
Please register or sign in to comment