25 lines
611 B
JSON
25 lines
611 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",
|
|
"build:qa": "ELEVENTY_ENV=qa eleventy",
|
|
"build:prod": "ELEVENTY_ENV=prod eleventy",
|
|
"start": "eleventy --serve",
|
|
"start:qa": "ELEVENTY_ENV=qa eleventy --serve",
|
|
"start:prod": "ELEVENTY_ENV=prod eleventy --serve"
|
|
},
|
|
"keywords": [
|
|
"eleventy",
|
|
"11ty",
|
|
"tailwindcss",
|
|
"landing-page"
|
|
],
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^3.1.6"
|
|
}
|
|
} |