-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
{
"name": "scihist_digicoll",
"private": true,
"type": "module",
"dependencies": {
"@nathanvda/cocoon": "^1.2.14",
"@popperjs/core": "^2.11.8",
"@rails/ujs": "^ 7.1.3-4",
"@shopify/draggable": "^1.0.0-beta.8",
"blacklight-frontend": "9.0.0",
"blacklight-range-limit": "9.2.0",
"bootstrap": "^ 5.0.0",
"domready": "^1.0.8",
"font-awesome": "^4.7.0",
"jquery": "^ 3.6.0",
"js-yaml": ">= 4.1.1",
"openseadragon": "^4.0.0",
"tom-select": "^2.3.1",
"video.js": "^8.23.0"
},
"devDependencies": {
"rollup-plugin-gzip": "^4.1.1",
"sass": "1.77.6",
"vite": "^7.1.11",
"vite-plugin-ruby": "^5.1.0",
"vite-plugin-sass-glob-import": "^6.0.0"
},
"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"
}
}