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

Last change on this file since 37037 was 37037, checked in by davidb, 17 months ago

Directory for developer code that needs to be processed to generate the JS/CSS etc files used to support the Mirador viewer in the Intermuse interface

File size: 603 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 "test": "echo \"Error: no test specified\" && exit 1"
10 },
11 "author": "",
12 "license": "ISC",
13 "dependencies": {
14 "css-loader": "^3.6.0",
15 "mirador": "^3.3.0",
16 "mirador-image-tools": "^0.11.0",
17 "parcel-bundler": "^1.12.4",
18 "react": "^16.13.1",
19 "react-dom": "^16.13.1",
20 "style-loader": "^1.2.1",
21 "webpack": "^4.43.0",
22 "webpack-cli": "^3.3.12"
23 }
24}
Note: See TracBrowser for help on using the repository browser.