-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.13 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.13 KB
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
{
"name": "james-doc.com",
"version": "0.0.1",
"description": "Personal site",
"main": "index.js",
"scripts": {
"dev": "ELEVENTY_ENV=development eleventy --serve",
"prod": "ELEVENTY_ENV=production eleventy",
"netlify": "bash utils/fontInstall.sh && ELEVENTY_ENV=production eleventy",
"debug": "DEBUG=Eleventy* ELEVENTY_ENV=development eleventy --serve"
},
"author": "James Doc",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy": "4.0.0-alpha.7",
"@11ty/eleventy-fetch": "^5.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-plugin-rss": "^3.0.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@sindresorhus/slugify": "^3.0.0",
"dayjs": "^1.11.20",
"dotenv": "^17.3.1",
"esbuild": "^0.27.4",
"lite-youtube-embed": "^0.3.4",
"markdown-it": "^14.1.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-table-of-contents": "^1.1.0",
"netlify-plugin-cache": "^1.0.3",
"oauth-1.0a": "^2.2.6",
"sass": "^1.98.0"
},
"packageManager": "pnpm@10.28.2"
}