-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 869 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 869 Bytes
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
{
"_comment": "This may need to change if we change universal viewer version",
"name": "dlp-curate",
"private": true,
"repository": "git@github.com:samvera/hyrax.git",
"dependencies": {
"@rails/webpacker": "*",
"bootstrap": "^4",
"datatables.net-bs4": "*",
"datatables.net-searchpanes-bs4": "*",
"datatables.net-select-bs4": "*",
"edtf": "*",
"handlebars": "^4",
"jquery": "*",
"jquery-validation": "*",
"popper.js": "*",
"universalviewer": "^4.2.1"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "cp -r ./node_modules/universalviewer/dist ./public/uv",
"uv-config": "cp ./config/uv/uv.html ./public/uv/uv.html & cp ./config/uv/uv-config.json ./public/uv/ & cp ./config/uv/uv_config_liberal.json ./public/uv/"
}
}