tools for building gleam projects with nix
1{
2 "name": "gleam2nix-docs",
3 "type": "module",
4 "version": "0.1.0",
5 "scripts": {
6 "dev": "astro dev",
7 "start": "astro dev",
8 "build": "astro build",
9 "preview": "astro preview",
10 "astro": "astro"
11 },
12 "dependencies": {
13 "@astrojs/starlight": "^0.36.0",
14 "@catppuccin/starlight": "^1.0.2",
15 "@robot-inventor/shell-session-syntax": "^3.3.0",
16 "astro": "^5.6.1",
17 "sharp": "^0.34.2"
18 },
19 "devDependencies": {
20 "prettier": "^3.6.2"
21 }
22}