source: gs3-installations/intermuse/trunk/interfaces/intermuse/src/mirador-integration-annotation/package.json@ 37038

Last change on this file since 37038 was 37038, checked in by davidb, 16 months ago

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

File size: 823 bytes
Line 
1{
2 "name": "mirador-integration",
3 "version": "0.0.0",
4 "description": "",
5 "private": true,
6 "scripts": {
7 "parcel": "parcel parcel/index.html",
8 "webpack": "webpack --config webpack/webpack.config.js",
9 "webpack-annotations": "webpack --config webpack/webpack-annotations.config.js",
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "author": "",
13 "license": "ISC",
14 "dependencies": {
15 "@blueprintjs/core": "^4.13.0",
16 "@blueprintjs/icons": "^4.11.0",
17 "css-loader": "^3.6.0",
18 "mirador": "^3.3.0",
19 "mirador-annotations": "^0.4.0",
20 "mirador-image-tools": "^0.11.0",
21 "parcel-bundler": "^1.12.4",
22 "react": "^16.13.1",
23 "react-dom": "^16.13.1",
24 "react-rnd": "10.1",
25 "style-loader": "^1.2.1",
26 "webpack": "^4.43.0",
27 "webpack-cli": "^3.3.12"
28 }
29}
Note: See TracBrowser for help on using the repository browser.