Public Access
1
0
Files
11ty-site/package.json
2025-08-27 16:03:27 -04:00

27 lines
691 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",
"express-rate-limit": "^8.0.1",
"fs-extra": "^11.3.1",
"luxon": "^3.7.1"
},
"devDependencies": {
"http-proxy-middleware": "^3.0.0",
"nodemon": "^3.1.0"
}
}