-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.82 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
{
"name": "11tybundle.dev",
"version": "1.0.0",
"description": "A bundle of Eleventy releases, blog posts, sites, and resources. Over 1,000 posts from more than 300 authors.",
"main": ".eleventy.js",
"type": "module",
"scripts": {
"start": "cross-env ELEVENTY_ENV=development npx @11ty/eleventy",
"startns": "cross-env ELEVENTY_ENV=development npx @11ty/eleventy --serve",
"build": "cross-env ELEVENTY_ENV=production npx @11ty/eleventy",
"postbuild": "npx -y pagefind --site _site",
"postdev": "npx -y pagefind --site _site --serve",
"debug": "cross-env ELEVENTY_ENV=development DEBUG=Eleventy* npx @11ty/eleventy --serve",
"perf": "cross-env ELEVENTY_ENV=development DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"links": "npx check-html-links _site",
"clean": "rimraf ./_site",
"rs": "npm run clean && npm run start && npm run postdev",
"rsns": "npm run clean && npm run startns"
},
"keywords": [],
"author": {
"name": "Bob Monsour",
"email": "[email protected]",
"url": "https://bobmonsour.com"
},
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^4.0.0",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@11ty/eleventy-upgrade-help": "^3.0.1",
"@rknightuk/eleventy-plugin-post-graph": "^1.0.6",
"check-html-links": "^0.2.4",
"cheerio": "^1.0.0-rc.12",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"netlify-plugin-cache": "^1.0.3",
"node-fetch": "^2.6.7",
"@octokit/rest": "^21.0.2",
"pagefind": "^1.0.4",
"path": "^0.12.7",
"postcss": "^8.4.21",
"postcss-minify": "^1.1.0",
"rimraf": "^3.0.2",
"sanitize-html": "^2.11.0",
"slugify": "^1.6.6"
}
}