-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
53 lines (53 loc) · 1.6 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
47
48
49
50
51
52
53
{
"devDependencies": {
"chromedriver": "^76.0.0",
"axe-cli": "^3.1.1",
"child_process": "^1.0.2",
"eslint": "^7.17.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-unicorn": "^26.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"prettier": "^2.7.1",
"stylelint": "^13.8.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-value-no-unknown-custom-properties": "^4.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@duetds/date-picker": "^1.4.0",
"array-sort-by": "^1.2.1",
"bootstrap": "4.5.3",
"codemirror": "^5.58.2",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"node-sass": "^9.0.0",
"openseadragon": "^2.4.2",
"openseadragon-filtering": "^1.0.0",
"popper.js": "^1.16.1",
"redom": "^3.27.1",
"remarkable": "^2.0.1",
"sass": "^1.56.2",
"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"
}