-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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
37
38
39
40
41
42
43
{
"name": "otis",
"version": "1.0.0",
"description": "Manages users with elevated access",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "npm run build:css && npm run build:js",
"build:css": "assets/build_css.sh",
"build:js": "assets/build.sh",
"watch:css": "npm run build:css -- --watch",
"watch:js": "npm run build:js -- --watch=forever"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"esbuild": "^0.25.0",
"eslint": "^9.20.1",
"globals": "^15.15.0",
"sass": "1.77.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hathitrust/otis.git"
},
"author": "",
"bugs": {
"url": "https://github.com/hathitrust/otis/issues"
},
"homepage": "https://github.com/hathitrust/otis#readme",
"dependencies": {
"bootstrap-icons": "^1.11.3",
"bootstrap-table": "^1.24.1",
"ckeditor5": "^48.0.0",
"firebird-common": "github:hathitrust/firebird-common",
"jquery": "^3.7.1",
"select2": "^4.1.0-rc.0",
"tableexport.jquery.plugin": "^1.33.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
}
}