mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
15 lines
234 B
JSON
15 lines
234 B
JSON
{
|
|
"name": "app",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "eleventy --serve",
|
|
"build": "eleventy"
|
|
},
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.1",
|
|
"markdown-it-attrs": "^4.1.6"
|
|
}
|
|
}
|