forked from osunyorg/theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 693 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 693 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
{
"name": "osuny-hugo-theme",
"version": "6.1.7",
"repository": "git@github.com:osunyorg/theme.git",
"author": "alexisben <alexis.benoit@noesya.coop>",
"contributors": [
"olivia206 <olivia.simonet@noesya.coop>",
"alexisben <alexis.benoit@noesya.coop>",
"arnaudlevy <arnaud.levy@noesya.coop>",
"clararigaud <clara.rigaud@noesya.coop>"
],
"license": "MIT",
"dependencies": {
"cssnano": "^5",
"cssnano-preset-advanced": "^6.0.1",
"glightbox": "^3",
"intersection-observer": "^0",
"leaflet": "^1",
"pagefind": "^1",
"postcss": "^8",
"postcss-cli": "^9",
"postcss-sass": "^0",
"shelljs": "^0"
},
"bin": "./bin/osuny.js"
}