2022-02-04 14:00:39 +01:00
{
"name" : "rmcg.dev" ,
2022-02-07 03:14:31 +01:00
"version" : "1.1.0" ,
2022-02-04 14:00:39 +01:00
"description" : "Projects completed while working through various HTML/CSS/JavaScript things. Primarily focused on Frontend Mentor. Ultimately it will aim to be a portfolio site." ,
"main" : "index.js" ,
"scripts" : {
2022-02-05 14:48:21 +01:00
"start" : "npx @11ty/eleventy --serve" ,
"build" : "npx @11ty/eleventy" ,
2022-02-07 03:14:31 +01:00
"serve-inc" : "npx @11ty/eleventy --serve --incremental" ,
2022-02-04 14:00:39 +01:00
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
"url" : "gitea@git.tarasis.net:tarasis/rmcg.dev.git"
} ,
"keywords" : [ ] ,
2022-02-05 14:48:21 +01:00
"author" : "Robert McGovern" ,
2022-02-04 14:00:39 +01:00
"license" : "ISC" ,
"devDependencies" : {
"@11ty/eleventy" : "^1.0.0"
2022-04-01 04:38:14 +02:00
} ,
"dependencies" : {
2022-09-07 11:38:54 +02:00
"@11ty/eleventy-img" : "^2.0.1" ,
2022-09-04 13:57:08 +02:00
"@fontsource/black-ops-one" : "^4.5.7" ,
"@fontsource/source-sans-pro" : "^4.5.10" ,
2022-04-01 04:38:14 +02:00
"open-props" : "^1.3.9"
2022-02-04 14:00:39 +01:00
}
2022-04-01 04:38:14 +02:00
}