-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
{
"name": "eleventy-base-blog",
"version": "5.0.0",
"description": "The personal website of Todd Libby.",
"scripts": {
"test": "echo “Error: no test specified” && exit 1",
"build": "npx eleventy",
"serve": "npx eleventy --serve",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/colabottles/toddl.git"
},
"author": "Todd Libby <[email protected]> (https://toddl.dev/)",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-cache-assets": "^2.3.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"cypress": "^13.16.1",
"luxon": "^3.5.0",
"markdown-it": ">=14.1.0",
"markdown-it-anchor": "^9.2.0"
},
"dependencies": {
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-upgrade-help": "^3.0.1",
"axios": "^1.7.9",
"got": "^14.4.5",
"lodash": "^4.17.21",
"markdown": "^0.5.0",
"netlify-cli": "^17.38.0",
"netlify-plugin-cloudinary": "^1.17.0",
"node": "^23.4.0",
"npm-check-updates": "^17.1.11",
"npm-upgrade": "^3.1.0",
"nvm": "^0.0.4",
"request": "^2.88.2",
"save": "^2.9.0",
"semver": "^7.6.3",
"speedlify-score": "^4.0.4",
"word-wrap": "^1.2.5"
},
"main": ".eleventy.js",
"keywords": []
}