-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.09 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
{
"name": "ganslandt.xyz",
"version": "1.1.0",
"description": "Björn Ganslandt's website",
"main": "index.js",
"repository": "git@github.com:Ansimorph/ganslandt.xyz.git",
"author": "Björn Ganslandt",
"license": "MIT",
"scripts": {
"decrypt": "gpg --quiet --batch --yes --decrypt --passphrase=\"$PASSWORD\" --output ./dist/fonts/CanelaDeck-Bold-Web.woff2 ./dist/fonts/CanelaDeck-Bold-Web.woff2.gpg",
"start": "npx @11ty/eleventy --serve",
"eleventy-build": "npx @11ty/eleventy",
"build": "npm run eleventy-build && npm run decrypt && npm run subfont",
"subfont": "glyphhanger dist/*.html dist/**/*.html --formats=woff2 --subset=dist/fonts/*.woff2"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"cssnano": "^7.0.1",
"glyphhanger": "^5.0.0",
"htmlnano": "^2.1.1",
"postcss": "^8.4.49",
"postcss-custom-unit": "^1.0.0",
"postcss-mixins": "^6.2.2",
"stylelint": "^13.5.0",
"stylelint-config-prettier": "^8.0.0",
"stylelint-config-standard": "^20.0.0"
}
}