forked from omeka/omeka-s
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 841 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 841 Bytes
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
{
"name": "omeka-s",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/omeka/omeka-s.git"
},
"devDependencies": {
"autoprefixer": "^9.2.1",
"bluebird": "^3.5.2",
"dateformat": "^3.0.3",
"glob": "^7.1.1",
"gulp": "^4.0.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-zip": "^4.2.0",
"minimist": "^1.2.0",
"rimraf": "^2.6.0",
"susy": "^2.2.12",
"tmp": "0.0.33"
},
"dependencies": {
"chosen-js": "^1.8.3",
"ckeditor": "^4.11.0",
"jquery": "^3.3.1",
"jstree": "^3.3.5",
"npm": "^6.4.1",
"openseadragon": "^2.2.1",
"semver": "^4.3.6",
"sortablejs": "^1.5.1",
"tablesaw": "^3.0.9"
},
"browserslist": [
"> 5%",
"> 1% in US"
]
}