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

15 lines
263 B

{
"name": "simple-cljs-blog",
"version": "0.0.1",
"private": true,
"devDependencies": {
"shadow-cljs": "2.28.2"
},
"dependencies": {
"date-fns": "^3.6.0",
"express": "^4.19.2",
"express-handlebars": "^7.1.2",
"pg": "^8.11.3"
}
}