21 lines
411 B
JSON
21 lines
411 B
JSON
{
|
|
"name": "gruperly-landing-page",
|
|
"version": "1.0.0",
|
|
"description": "Landing page de Gruperly construida con Eleventy.",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "eleventy",
|
|
"start": "eleventy --serve"
|
|
},
|
|
"keywords": [
|
|
"eleventy",
|
|
"11ty",
|
|
"tailwindcss",
|
|
"landing-page"
|
|
],
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.6"
|
|
}
|
|
} |