-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mirador-integration-omeka",
"version": "0.0.1",
"description": "",
"private": true,
"scripts": {
"parcel": "parcel parcel/index.html",
"webpack": "webpack --config webpack/webpack.config.js",
"webpack-usual": "webpack --config webpack/webpack-usual.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "CECILL-2.1",
"dependencies": {
"immutable": "^3.0.0",
"mirador": "^3.0.0",
"mirador-annotations": "^0.3.1",
"mirador-dl-plugin": "^0.13.0",
"mirador-image-tools": "^0.10.0",
"mirador-ruler-plugin": "^0.1.0",
"mirador-share-plugin": "^0.10.0",
"mirador-textoverlay": "^0.3.2"
},
"devDependencies": {
"npm-package": "^1.0.0",
"parcel-bundler": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}