{ "name": "phcd", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro sync && astro dev", "lint": "astro check", "build": "astro build", "preview": "astro preview", "start": "node ./dist/server/entry.mjs", }, "dependencies": { "@astrojs/check": "^0.5.6", "@astrojs/node": "^8.2.3", "@astrojs/preact": "^3.1.1", "@fontsource-variable/material-symbols-outlined": "^5.0.24", "@fontsource/jetbrains-mono": "^5.0.19", "@fontsource/lato": "^5.0.19", "astro": "^4.4.11", "async-mutex": "^0.4.1", "dockerode": "^4.0.2", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "nodegit": "^0.27.0", "preact": "^10.19.6", "typescript": "^5.3.3", "zod": "^3.22.4" }, "devDependencies": { "@types/babel-generator": "^6.25.8", "@types/babel__core": "^7.20.5", "@types/dockerode": "^3.3.24", "@types/js-yaml": "^4.0.9", "@types/lodash": "^4.14.202", "@types/node-fetch": "^2.6.11", "node-fetch": "^3.3.2", "sass": "^1.71.1" } }