-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 758 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 758 Bytes
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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"build:debug": "cross-env DEBUG=Eleventy* npm run build",
"serve:debug": "cross-env DEBUG=Eleventy* npm run serve"
},
"keywords": [],
"author": "confused-Techie",
"license": "MIT",
"peerDependencies": {
"ejs": "^3.x.x"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.0-beta.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.3",
"@11ty/eleventy": "^3.1.0-beta.1",
"11ty-config": "github:confused-Techie/11ty-config-pulsar",
"cross-env": "^7.0.3",
"markdown-it-anchor": "^8.6.7"
},
"dependencies": {
}
}