recipes

The recipes and recipe books used in our family
git clone git://archive.git.mtrnord.blog/MTRNord/recipes.git
Log | Files | Refs | README | LICENSE

package.json (625B)


      1 {
      2   "name": "rezepte",
      3   "type": "module",
      4   "version": "0.0.1",
      5   "scripts": {
      6     "dev": "astro dev",
      7     "start": "astro dev",
      8     "build": "astro check && astro build",
      9     "preview": "astro preview",
     10     "astro": "astro"
     11   },
     12   "dependencies": {
     13     "@astrojs/check": "^0.5.10",
     14     "@astrojs/markdoc": "^0.9.2",
     15     "@astrojs/starlight": "^0.20.1",
     16     "@astrojs/starlight-tailwind": "^2.0.1",
     17     "@astrojs/tailwind": "^5.1.0",
     18     "@cooklang/cooklang-ts": "^1.2.6",
     19     "astro": "^4.5.9",
     20     "sharp": "^0.33.3",
     21     "starlight-links-validator": "^0.4.2",
     22     "tailwindcss": "^3.4.1",
     23     "typescript": "^5.4.3"
     24   }
     25 }