personal-website/package.json

29 lines
672 B
JSON

{
"name": "galuhsahidcom",
"version": "0.0.1",
"description": "Personal website.",
"main": "index.js",
"scripts": {
"build": "npx eleventy",
"watch": "npx eleventy --watch",
"debug": "DEBUG=* npx eleventy",
"serve": "npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://git.velouria.dev/gal/personal-website.git"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-plugin-rss": "^1.0.7"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^1.0.1",
"clean-css": "^4.2.1",
"luxon": "^3.1.0",
"uglify-es": "^3.3.9"
}
}