-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "warpforge-web",
"version": "1.0.0",
"description": "Warpforge Landingpage",
"main": "index.js",
"scripts": {
"serve": "npx @11ty/eleventy --serve",
"build": "npx -y @11ty/eleventy",
"test": "rm -rf ./_public && npm run build && hyperlink _public/ --sources=./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/**/warpforge-web.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0 OR MIT",
"bugs": {
"url": "https://github.com/**/warpforge-web/issues"
},
"homepage": "https://github.com/**/warpforge-web#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@untitaker/hyperlink": "^0.1.27",
"clean-css": "^5.3.2",
"eleventy-plugin-youtube-embed": "^1.9.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.7",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-image-figures": "^2.1.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-replace-link": "^1.2.0",
"markdown-it-table-of-contents": "^0.6.0",
"run-script-os": "^1.1.6"
}
}