-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "ehri-editions-theme",
"version": "1.3.5",
"description": "Omeka theme for EHRI digital edition sites",
"main": "index.js",
"scripts": {
"watch": "grunt",
"dist": "grunt package",
"sass": "grunt clean sass",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EHRI/ehri-editions-theme.git"
},
"keywords": [
"omeka"
],
"author": "Štěpán Opekar",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/EHRI/ehri-editions-theme/issues"
},
"homepage": "https://github.com/EHRI/ehri-editions-theme#README.md",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.1.0",
"node-sass": "^9.0.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"css-vars-ponyfill": "^2.1.2",
"jquery": "^3.3.1",
"material-design-icons": "^3.0.1",
"popper.js": "^1.15.0",
"slick-carousel": "^1.8.1"
}
}