-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
57
{
"name": "website-11ty",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "eleventy",
"serve": "eleventy --serve",
"netlify-dev": "netlify dev",
"netlify-build": "netlify build",
"new": "node ./src/_scripts/new.js",
"prettier": "prettier --write .",
"postinstall": "cd eleventy-plugin-link-avatars && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeFoodPixels/website-11ty.git"
},
"bugs": {
"url": "https://github.com/CodeFoodPixels/website-11ty/issues"
},
"browserslist": [
">0.25%"
],
"homepage": "https://github.com/CodeFoodPixels/website-11ty#readme",
"author": "Luke bonaccorsi",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^1.0.0",
"@11ty/eleventy-img": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.1.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.6",
"@iarna/toml": "^2.2.5",
"@netlify/functions": "^1.3.0",
"autoprefixer": "^10.2.3",
"csso": "^4.2.0",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"eleventy-plugin-embedded-demos": "^1.1.0",
"eleventy-plugin-reading-time": "0.0.1",
"eleventy-plugin-webmentions": "^2.1.0",
"inquirer": "^8.0.0",
"inquirer-datepicker-prompt": "^0.4.2",
"lodash.unionby": "^4.8.0",
"lodash.uniqby": "^4.7.0",
"markdown-it-anchor": "^7.0.2",
"markdown-it-link-attributes": "^3.0.0",
"netlify-cli": "^12.7.2",
"netlify-plugin-webmentions": "^1.1.0",
"node-fetch": "^2.6.7",
"nunjucks-date-filter": "^0.1.1",
"postcss": "^8.4.14",
"prettier": "^2.2.1",
"purgecss": "^4.0.0",
"sass": "^1.57.1"
}
}