-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "shinzedotcom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "npx eleventy --serve",
"debug": "DEBUG=* npx eleventy",
"build": "env NODE_ENV=production npx eleventy --pathprefix '/'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shinze/shinzedotcom.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shinze/shinzedotcom/issues"
},
"homepage": "https://github.com/shinze/shinzedotcom#readme",
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^4.1.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
"cssnano": "^5.1.13",
"eleventy-plugin-postcss": "^1.0.4",
"eleventy-plugin-toc": "^1.1.5",
"html-minifier": "^4.0.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.4",
"markdown-it-attrs": "^4.1.4",
"markdown-it-container": "^3.0.0",
"markdown-it-mark": "^3.0.1"
}
}