Initial commit: landing page Gruperly con Eleventy
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user