log101-dot-dev/package.json
log101 44b798a631
Some checks failed
/ Build (push) Failing after 13s
feat: add new post, "sunucumda neler dönüyor"
2024-08-25 14:23:04 +03:00

28 lines
661 B
JSON

{
"name": "log101-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"test": "cypress run --browser chrome && cypress run --browser firefox"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.10.0",
"htmx.org": "^1.9.12",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"cypress": "^13.11.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0"
}
}