-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.73 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "nl.petergoes",
"version": "2.0.0",
"description": "Personal website of Peter Goes",
"main": "index.js",
"scripts": {
"start": "netlify dev",
"build": "DEVELOPMENT=false eleventy --config=.eleventy/.eleventy.js",
"postbuild": "node .eleventy/post-build-css-inject.mjs",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "patch-package --patch-dir _patches"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petergoes/petergoes.nl.git"
},
"author": "Peter Goes <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/petergoes/petergoes.nl/issues"
},
"homepage": "https://github.com/petergoes/petergoes.nl#readme",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"dotenv-save": "1.2.0",
"eleventy-plugin-highlightjs": "^1.1.0",
"glob-promise": "^5.0.0",
"gravatar": "^1.8.2",
"html-minifier": "4.0.0",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"netlify-cli": "^12.2.8",
"patch-package": "^6.5.0",
"postcss": "^8.4.19",
"postcss-custom-properties": "^12.1.11",
"postcss-import": "^15.0.1",
"postcss-media-variables": "2.0.1",
"purgecss": "^5.0.0"
},
"dependencies": {
"cheerio": "*",
"dayjs": "^1.11.6",
"eleventy-plugin-nesting-toc": "github:petergoes/eleventy-plugin-nesting-toc",
"markdown-it-abbr": "1.0.4",
"markdown-it-anchor": "^8.6.5",
"markdown-it-footnote": "3.0.3",
"microformat-node": "2.0.1",
"node-fetch": "^3.3.0",
"node-fetch-commonjs": "^3.2.4",
"postcss-custom-media": "^9.0.1"
}
}