mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-22 10:25:48 +01:00
14 lines
267 B
JSON
14 lines
267 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"dev": "npx @11ty/eleventy --serve"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@11ty/eleventy": "^2.0.1",
|
||
|
"@11ty/eleventy-navigation": "^0.3.5",
|
||
|
"esbuild": "^0.17.19",
|
||
|
"glob": "^10.2.6",
|
||
|
"node-fetch": "^2.6.11",
|
||
|
"sass": "^1.62.1"
|
||
|
}
|
||
|
}
|