2022-06-13 09:28:37 +00:00
|
|
|
{
|
|
|
|
|
"name": "wedding-schedule",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "eleventy --serve",
|
|
|
|
|
"build": "eleventy"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@11ty/eleventy": "^1.0.1"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2022-06-18 10:41:36 +00:00
|
|
|
"dotenv": "^16.0.1",
|
|
|
|
|
"eleventy-sass": "^1.3.1",
|
|
|
|
|
"path": "^0.12.7"
|
2022-06-13 09:28:37 +00:00
|
|
|
}
|
|
|
|
|
}
|