package.json (722B)
1 { 2 "name": "", 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.3.3", 14 "@astrojs/lit": "^3.0.3", 15 "@astrojs/node": "^7.0.1", 16 "@astrojs/tailwind": "^5.0.3", 17 "@webcomponents/template-shadowroot": "^0.2.1", 18 "astro": "^4.0.6", 19 "diff2html": "^3.4.46", 20 "lit": "^2.8.0", 21 "marked": "^11.0.1", 22 "meilisearch": "^0.36.0", 23 "sass": "^1.69.5", 24 "tailwindcss": "^3.3.6", 25 "typescript": "^5.3.3" 26 } 27 }