-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "scihist_digicoll",
"private": true,
"type": "module",
"dependencies": {
"@nathanvda/cocoon": "^1.2.14",
"@rails/ujs": "^ 7.1.3-4",
"@shopify/draggable": "^1.0.0-beta.8",
"blacklight-frontend": "^7.32.0",
"bootstrap": "^ 4.6.2",
"domready": "^1.0.8",
"font-awesome": "^4.7.0",
"jquery": "^ 3.6.0",
"js-yaml": ">= 3.13.1",
"openseadragon": "^4.0.0",
"popper.js": "^ 1.16.1",
"tom-select": "^1.4.3",
"video.js": "^8.0.0"
},
"devDependencies": {
"rollup-plugin-gzip": "^3.0.1",
"sass": "^1.55.0",
"vite": "^5.2.14",
"vite-plugin-ruby": "^5.0.0",
"vite-plugin-sass-glob-import": "^3.0.2"
},
"resolutions": {
"blacklight-frontend/bootstrap": "^4.6.2"
},
"browserslist": [
"defaults"
],
"science_history_institute_comment_about_engines" :
"Heroku installs the latest version of node and yarn that conform to the requirements below. (As of early 2024, Heroku installs node 20.9, and GitHub Actions VMs come with node 18.19. Hence the range of versions below.)",
"engines": {
"node": ">=18.19.0 <24.0.0",
"yarn": "^1.22.19"
}
}