-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.26 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
38
39
40
{
"name": "hyrax",
"private": true,
"repository": "[email protected]:samvera/hyrax.git",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/traverse": ">=7.23.2",
"@rails/webpacker": "5.4.4",
"@xmldom/xmldom": ">=0.8.4",
"babel": "^6.23.0",
"browserify-sign": ">=4.2.2",
"follow-redirects": ">=1.15.4",
"jquery": ">=3.5.0",
"minimist": ">=1.2.6",
"node-fetch": ">=2.6.7",
"node-forge": ">=1.3.0",
"nth-check": ">=2.0.1",
"popper.js": "^1.16.1",
"postcss": ">=8.4.31",
"three": ">=0.125.0",
"tough-cookie": ">=4.1.3",
"universalviewer": "^3.0.36",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"xmldom": ">=0.6.0",
"yarn": "^1.22.19"
},
"scripts": {
"preinstall": "rm -rf ./public/uv",
"postinstall": "yarn run uv-install && yarn run uv-config",
"uv-install": "shx cp -r ./node_modules/universalviewer/dist ./public/uv",
"uv-config": "shx cp ./config/uv/uv.html ./public/uv/uv.html & shx cp ./config/uv/uv-config.json ./public/uv/"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"shx": "^0.3.4",
"webpack-dev-server": "^3"
}
}