-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 968 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 968 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
31
32
33
34
35
36
37
38
{
"name": "daznode-docs",
"version": "1.0.0",
"description": "Documentation pour Daznode - nœud Lightning Network",
"main": "index.js",
"scripts": {
"build": "eleventy",
"dev": "eleventy --serve",
"clean": "rm -rf public",
"build:prod": "npm run clean && ELEVENTY_ENV=production eleventy"
},
"keywords": [
"documentation",
"daznode",
"lightning",
"bitcoin"
],
"author": "Daznode Team",
"license": "MIT",
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@hapi/catbox": "^12.1.1",
"@hapi/shot": "^6.0.2",
"claude": "^0.1.2",
"glob": "^11.0.2",
"html-minifier": "^4.0.0",
"html-minifier-terser": "^7.2.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6"
},
"devDependencies": {
"clean-css": "^5.3.2",
"pagefind": "^1.3.0"
}
}