log101-dot-dev/package.json
2025-02-20 20:44:28 +03:00

29 lines
828 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.9.4",
"@astrojs/tailwind": "6.0.0",
"astro": "5.3.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"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}