-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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": "@underoot/php",
"version": "0.1.0",
"description": "Personal Home Page (aka PHP)",
"scripts": {
"build": "env NODE_ENV=production npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --quiet",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy",
"debugstart": "DEBUG=Eleventy* npx @11ty/eleventy --serve --quiet",
"benchmark": "DEBUG=Eleventy:Benchmark* npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/underoot/underoot.github.io.git"
},
"author": {
"name": "Aleksandr Shoronov",
"email": "alexshoronov@gmail.com",
"url": "https://underoot.dev/"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.2.0",
"@11ty/is-land": "^4.0.0",
"js-yaml": "^4.1.0",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-mathjax3": "^4.3.2",
"minify-xml": "^3.4.0"
}
}