-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 1007 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
29
30
{
"name": "adrianvictor-new",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "npx @11ty/eleventy",
"serve": "npx @11ty/eleventy --serve",
"production": "IS_PRODUCTION=true npx @11ty/eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@inframanufaktur/eleventy-plugin-clean-urls": "^1.0.2",
"@sardine/eleventy-plugin-external-links": "^1.4.0",
"eleventy-plugin-git-commit-date": "^1.0.2",
"eleventy-plugin-github-repos": "^0.1.8",
"eleventy-plugin-inline-link-favicon": "^1.1.0",
"eleventy-plugin-mastoarchive": "^0.2.0",
"eleventy-plugin-poison": "^1.0.1",
"eleventy-plugin-purgecss": "^0.6.0",
"eleventy-plugin-reading-time": "^0.0.1",
"eleventy-plugin-recent-changes": "^1.0.1",
"eleventy-plugin-webmentions": "^2.1.0"
}
}