-
Notifications
You must be signed in to change notification settings - Fork 135
/
package.json
43 lines (43 loc) · 962 Bytes
/
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
{
"name": "omeka-s",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/omeka/omeka-s.git"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"bluebird": "^3.5.2",
"dateformat": "^3.0.3",
"glob": "^7.1.1",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^5.0.0",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.6",
"postcss": "^8.3.0",
"rimraf": "^2.6.0",
"sass": "~1.32.13",
"susy": "^2.2.12",
"tmp": "0.0.33"
},
"dependencies": {
"chosen-js": "^1.8.3",
"ckeditor4": "^4.18.0",
"compare-versions": "^6.1.0",
"jquery": "^3.5.1",
"jstree": "^3.3.5",
"lightgallery": "^2.4.0",
"mirador": "^3.3.0",
"openseadragon": "^2.4.2",
"sortablejs": "^1.5.1",
"tablesaw": "^3.0.9"
},
"browserslist": [
"> 5%",
"> 1% in US"
]
}