mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-21 22:18:59 +01:00
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"scripts": {
|
|
"build": "npx @11ty/eleventy",
|
|
"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"
|
|
}
|
|
}
|