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.
35 lines
876 B
JSON
35 lines
876 B
JSON
{
|
|
"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",
|
|
"lodash": "^4.17.21",
|
|
"nodegit": "^0.27.0",
|
|
"preact": "^10.19.4",
|
|
"typescript": "^5.3.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dockerode": "^3.3.23",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/lodash": "^4.14.202",
|
|
"sass": "^1.70.0"
|
|
}
|
|
} |