22 lines
486 B
JSON
22 lines
486 B
JSON
{
|
|
"name": "pxls.homepage",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "eleventy --config=.eleventy.cjs --serve",
|
|
"build": "eleventy --config=.eleventy.cjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-webc": "^0.11.1",
|
|
"eslint": "^8.54.0",
|
|
"markdown-it": "^13.0.2",
|
|
"markdown-it-footnote": "^4.0.0"
|
|
}
|
|
}
|