2023-01-01 23:14:04 +00:00
|
|
|
{
|
|
|
|
"name": "sofi-web",
|
|
|
|
"version": "0.0.0",
|
2023-03-11 23:15:24 +00:00
|
|
|
"description": "My personal website :)",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://codeberg.org/sofiaritz/website.git",
|
|
|
|
"author": "Sofía Aritz <sofi@sofiaritz.com>",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
2023-01-01 23:14:04 +00:00
|
|
|
"scripts": {
|
2023-03-11 23:15:24 +00:00
|
|
|
"serve": "npx @11ty/eleventy --serve",
|
2023-03-12 11:20:19 +00:00
|
|
|
"build": "npx @11ty/eleventy",
|
|
|
|
"deploy": "cd _scripts && ./deploy.sh"
|
2023-01-01 23:14:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-12 12:57:29 +00:00
|
|
|
"@11ty/eleventy": "^2.0.0",
|
|
|
|
"eleventy-plugin-time-to-read": "^1.3.0",
|
|
|
|
"luxon": "^3.3.0"
|
2023-01-01 23:14:04 +00:00
|
|
|
}
|
|
|
|
}
|