Changeset 37038


Ignore:
Timestamp:
2022-12-19T15:39:16+13:00 (16 months ago)
Author:
davidb
Message:

Some extra package dependencies that were found to be needed when 'npm install' and 'npm run webpack' were run

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/intermuse/trunk/interfaces/intermuse/src/mirador-integration-annotation/package.json

    r37037 r37038  
    77    "parcel": "parcel parcel/index.html",
    88    "webpack": "webpack --config webpack/webpack.config.js",
     9    "webpack-annotations": "webpack --config webpack/webpack-annotations.config.js",
    910    "test": "echo \"Error: no test specified\" && exit 1"
    1011  },
     
    1213  "license": "ISC",
    1314  "dependencies": {
     15    "@blueprintjs/core": "^4.13.0",
     16    "@blueprintjs/icons": "^4.11.0",
    1417    "css-loader": "^3.6.0",
    1518    "mirador": "^3.3.0",
     19    "mirador-annotations": "^0.4.0",
    1620    "mirador-image-tools": "^0.11.0",
    1721    "parcel-bundler": "^1.12.4",
    1822    "react": "^16.13.1",
    1923    "react-dom": "^16.13.1",
     24    "react-rnd": "10.1",
    2025    "style-loader": "^1.2.1",
    2126    "webpack": "^4.43.0",
Note: See TracChangeset for help on using the changeset viewer.