26 lines
655 B
JSON
26 lines
655 B
JSON
{
|
|
"name": "eleventy-docker-debug",
|
|
"version": "1.0.0",
|
|
"description": "An Eleventy project with Docker and VS Code debugging.",
|
|
"scripts": {
|
|
"start": "eleventy --serve",
|
|
"debug": "node --inspect=0.0.0.0:9229 ./node_modules/.bin/eleventy --serve --watch",
|
|
"build": "eleventy"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"fs-extra": "^11.3.1",
|
|
"luxon": "^3.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"http-proxy-middleware": "^3.0.0",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|