You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
794 B
JSON

8 months ago
{
"name": "phcd",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.2",
"@astrojs/node": "^8.2.0",
"@astrojs/preact": "^3.1.0",
"@fontsource-variable/material-symbols-outlined": "^5.0.22",
"@fontsource/jetbrains-mono": "^5.0.18",
"@fontsource/lato": "^5.0.18",
"astro": "^4.3.5",
"async-mutex": "^0.4.1",
"dockerode": "^4.0.2",
"js-yaml": "^4.1.0",
"nodegit": "^0.27.0",
"preact": "^10.19.4",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/dockerode": "^3.3.23",
"@types/js-yaml": "^4.0.9",
"sass": "^1.70.0"
}
}