-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.2 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "blacklight_yul",
"private": true,
"dependencies": {
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-destructuring": "^7.24.8",
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
"@babel/plugin-transform-private-property-in-object": "^7.24.7",
"@babel/plugin-transform-regenerator": "^7.24.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/traverse": "^7.24.8",
"@cypress/request": "3.0.1",
"@rails/actioncable": "^7.1.2",
"@rails/activestorage": "^7.1.2",
"@rails/ujs": "^7.1.2",
"@rails/webpacker": "^5.4.4",
"@xmldom/xmldom": "~0.8.4",
"ansi-html": "0.0.8",
"babel-loader": "9.1.3",
"clean-css": "4.1.11",
"follow-redirects": "1.15.6",
"glob-parent": "^6.0.1",
"json-schema": "^0.4.0",
"json5": "2.2.2",
"loader-utils": "2.0.4",
"node-fetch": "2.6.7",
"node-forge": "^1.3.0",
"normalize-url": "^6.0.1",
"nth-check": "^2.0.1",
"postcss": "8.4.31",
"sass": "1.79.4",
"scss-tokenizer": "0.4.3",
"semver": "7.5.2",
"serialize-javascript": "^3.1.0",
"ssri": "^8.0.1",
"tar": "^6.2.1",
"terser": "5.14.2",
"three": "0.137.0",
"tough-cookie": "4.1.3",
"trim-newlines": "^4.0.2",
"turbolinks": "^5.2.0",
"universalviewer": "4.0.0-pre.105",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-middleware": "5.3.4",
"ws": "^7.5.10",
"xmldom": "^0.6.0",
"yargs-parser": "^13.1.2"
},
"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/"
},
"version": "0.1.0",
"devDependencies": {
"shx": "^0.3.2",
"webpack-dev-server": "4.15.1"
}
}