-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.41 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
{
"name": "ldpd-findingaids-asi",
"private": true,
"type": "module",
"scripts": {
"start:dev": "./bin/vite dev",
"start:dev:anyhostname": "VITE_RUBY_HOST=0.0.0.0 ./bin/vite dev",
"start:dev:anyhostname:ssl": "VITE_RUBY_HOST=0.0.0.0 VITE_RUBY_HTTPS=true ./bin/vite dev",
"lint": "eslint app/javascript --ext js,jsx --max-warnings=0"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"globals": "^15.0.0",
"vite": "^5.3.5",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-ruby": "^5.0.0"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
"@columbia-libraries/mirador": "3.3.1-3789.14",
"@github/auto-complete-element": "^3.6.2",
"@hotwired/turbo-rails": "^8.0.4",
"@mui/material": "5.14.15",
"@mui/styles": "5.14.15",
"@mui/system": "5.14.15",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"arclight": "^1.1.4",
"blacklight-frontend": "^8.0.1",
"bootstrap": "^5.3.3",
"dnd-core": "^16.0.1",
"lodash.debounce": "^4.0.8",
"lodash.sortby": "^4.7.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"sass": "^1.77.8",
"video.js": "^7.21.6"
}
}