forked from confused-Techie/pulsar-documentation-eleventy
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.11 KB
/
package.json
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
{
"name": "pulsar-documentation-eleventy",
"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",
"generate:docs": "node ./pulsar-api/generate/index.js"
},
"keywords": [],
"author": "confused-Techie",
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@mdit/plugin-tab": "^0.8.0",
"clean-css": "^5.3.3",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^4.0.0",
"markdown-it-include": "^2.0.0",
"markdown-it-kbd": "^2.2.2",
"pulsardoc": "github:confused-Techie/pulsardoc",
"semver": "^7.6.0",
"skeleton-less": "github:WhatsNewSaes/Skeleton-Less",
"terser": "^5.28.1"
},
"peerDependencies": {
"ejs": "^3.x.x"
},
"dependencies": {
"markdown-it-prism": "^2.3.0"
}
}