-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.89 KB
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
54
55
56
57
58
{
"name": "iwac-theme",
"version": "2.19.1",
"description": "Islam West Africa Collection Theme - A customized Omeka S theme for the IWAC digital collection.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "npm run check:tokens && npm run build:tokens && npm run build:i18n && gulp css",
"test": "node --test --test-concurrency=1 test/navigation.test.js test/linked-resources.test.js test/interactions.test.js test/plate-viewer.test.js test/pwa-manifest.test.js test/i18n.test.js",
"test:live": "playwright test",
"bump": "node scripts/bump-version.js",
"check:js": "node scripts/check-js-syntax.js",
"check:versions": "node scripts/check-versions.js",
"check:i18n": "node scripts/build-i18n.js --check",
"check:tokens": "node scripts/check-token-usage.js",
"build:tokens": "node scripts/build-tokens.js",
"sync:tokens": "node scripts/build-tokens.js --sync-siblings",
"build:i18n": "node scripts/build-i18n.js",
"build:images": "node scripts/gen-banner-images.js",
"build:icons": "node scripts/gen-pwa-icons.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fmadore/IWAC-theme.git"
},
"keywords": [
"omeka-s",
"theme"
],
"author": "Frédérick Madore",
"license": "GPL-3.0-or-later",
"engines": {
"node": "^24.15.0 || >=26.0.0"
},
"bugs": {
"url": "https://github.com/fmadore/IWAC-theme/issues"
},
"homepage": "https://github.com/fmadore/IWAC-theme#readme",
"devDependencies": {
"@axe-core/playwright": "^4.13.0",
"@playwright/test": "^1.62.1",
"autoprefixer": "^10.5.4",
"cssnano": "^9.0.1",
"gulp": "^5.0.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^6.0.1",
"jsdom": "^30.0.1",
"sass": "^1.103.1",
"sharp": "^0.35.4"
},
"browserslist": [
"last 2 versions",
"> 1%",
"not dead",
"safari >= 16.2",
"ios >= 16.2"
]
}