-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.61 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
{
"dependencies": {
"aos": "^2.3.4",
"elevator.js": "^1.0.1",
"enter-view": "^2.0.1",
"js-cookie": "^3.0.5",
"lg-fullscreen": "^1.2.1",
"lightgallery": "^2.8.2",
"photoswipe": "^5.4.4",
"wordcloud": "^1.2.3",
"img-comparison-slider": "^8.0.6",
"chroma-js": "^3.1.2",
"pdfobject": "2.3.1",
"openseadragon": "^5.0.1",
"@annotorious/openseadragon": "^3.1.3"
},
"devDependencies": {
"replace-in-file": "8.3.0",
"svgo": "^3.3.2"
},
"scripts": {
"logo-projektemacher": "svgo --config Source\\ Files/svgo.config.js -i themes/projektemacher-base/Source\\ Files/Images/Laborant.svg -o static/images/laborant.svg",
"logo-monogram": "svgo -i themes/projektemacher-base/static/images/cm.svg -o static/images/cm.svg && cp static/images/cm.svg static/images/cm-black.svg",
"logo-monogram-black": "yarn run logo-monogram && replace-in-file 'fill-opacity:.5' 'fill-opacity:1.0' static/images/cm-black.svg && replace-in-file 'fill:#d40000' 'fill:#000000' static/images/cm-black.svg",
"logos": "yarn run logo-projektemacher && yarn run logo-monogram-black",
"background": "svgo --config Source\\ Files/svgo.config.js -i Source\\ Files/Background/Background.svg -o static/images/bg.svg",
"icons": "yarn run no-emoji && yarn run tagcloud",
"no-emoji": "svgo --config Source\\ Files/svgo.config.js -i Source\\ Files/Icons/No\\ Emoji.svg -o static/images/no-emoji.svg",
"tagcloud": "svgo --config Source\\ Files/svgo.config.js -i Source\\ Files/Icons/Tagcloud.svg -o static/images/tagcloud.svg",
"svgo": "yarn run background && yarn run icons && yarn run logos"
}
}