-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 KB
/
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
33
34
35
36
37
{
"name": "charon",
"private": true,
"dependencies": {
"@rails/activestorage": "^6.0.3-2",
"@rails/ujs": "^6.0.3-2",
"@rails/webpacker": "5.3.0",
"ace-builds": "^1.4.12",
"blacklight-frontend": "^7.7.0",
"bootstrap": "^4.5.2",
"jquery": "^3.5.1",
"jquery-ui-dist": "^1.12.1",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-iiif": "^3.0.0",
"picturefill": "^3.0.3",
"popper.js": "^1.16.1",
"tinymce": "^5.10.0",
"universalviewer": "^3.1.1",
"webpack": "^4.0.0",
"webpack-cli": "^4.5.0"
},
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:NEU-Libraries/charon.git",
"license": "MIT",
"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/"
},
"devDependencies": {
"babel-loader": "^8.2.2",
"file-loader": "^6.2.0"
}
}