-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
46 lines (46 loc) · 1.34 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
{
"devDependencies": {
"@axe-core/cli": "^4.8.2",
"@puppeteer/browsers": "^2.0.1",
"child_process": "^1.0.2",
"chromedriver": "^119.0.1",
"fancy-log": "^1.3.3",
"stylelint-value-no-unknown-custom-properties": "^6.0.1"
},
"dependencies": {
"@duetds/date-picker": "^1.4.0",
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^5.3.3",
"codemirror": "^5.58.2",
"gulp": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"openseadragon": "^2.4.2",
"openseadragon-filtering": "^1.0.0",
"popper.js": "^1.16.1",
"prettier": "^2.8.8",
"redom": "^3.27.1",
"remarkable": "^2.0.1",
"sass": "^1.70.0",
"screenfull": "^5.1.0",
"split.js": "^1.6.2",
"urijs": "^1.19.11"
},
"name": "concordia",
"version": "1.0.0",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibraryOfCongress/concordia.git"
},
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/LibraryOfCongress/concordia/issues"
},
"homepage": "https://github.com/LibraryOfCongress/concordia"
}