-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.55 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.55 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "anticitera-deft-work",
"version": "1.0.0",
"description": "Proyecto .IA Isla Anticitera - Sitio web del proyecto para promover la creación del dominio de nivel superior .IA",
"scripts": {
"build": "npx @11ty/eleventy",
"build-ghpages": "npx @11ty/eleventy --pathprefix=/anticitera.deft.work/",
"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/elswork/anticitera.deft.work.git"
},
"author": {
"name": "Eloy López Sánchez",
"email": "elswork@gmail.com",
"url": "https://deft.work/"
},
"license": "MIT",
"engines": {
"node": ">=14"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/elswork"
},
"bugs": {
"url": "https://github.com/elswork/anticitera.deft.work/issues"
},
"homepage": "https://anticitera.deft.work",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^3.1.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"luxon": "^3.3.0",
"markdown-it-anchor": "^8.6.7",
"sharp": "^0.34.5"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.30.0",
"eleventy-plugin-icons": "^4.3.1",
"eleventy-plugin-youtube-embed": "^1.10.2",
"markdown-it": "^13.0.2",
"simple-icons": "^9.20.0"
}
}