2019-12-02 15:46:19 +00:00
|
|
|
{
|
|
|
|
"name": "work.suroh.tk",
|
2020-03-08 13:22:00 +00:00
|
|
|
"version": "1.1.0",
|
2019-12-02 15:46:19 +00:00
|
|
|
"description": "",
|
2022-12-23 12:03:56 +00:00
|
|
|
"dependencies": {
|
2023-10-26 18:12:52 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
|
|
|
"@11ty/eleventy-plugin-webc": "^0.11.1",
|
|
|
|
"@11ty/is-land": "^4.0.0",
|
2022-12-23 12:03:56 +00:00
|
|
|
"markdown-it": "^13.0.1",
|
|
|
|
"markdown-it-link-attributes": "^4.0.1"
|
|
|
|
},
|
2019-12-02 15:46:19 +00:00
|
|
|
"scripts": {
|
2023-09-03 19:43:03 +00:00
|
|
|
"dev": "eleventy --serve",
|
2023-10-26 09:07:12 +00:00
|
|
|
"build": "eleventy"
|
2019-12-02 15:46:19 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "gitea@git.suroh.tk:suroh/work.suroh.tk.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|