Files
rainbowcroissant/package.json
Kevin Samuel 67acb928e6 11ty migrate (#6)
* purge sveltekit

* install eleventy

* move out stuff. move stuff around

* add basic stuff

* update picocss + knls patch for navlist margins

* install some stuff for 11ty

markdown attributes
configure eleventy renderFile plugin

* make base layout

* more complete base layout

* style base to full page body

* PAGES

* add npm build script
2023-10-12 23:22:11 +05:30

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"
}
}