log101-dot-dev/package.json

28 lines
661 B
JSON
Raw Normal View History

2024-05-01 04:57:25 +00:00
{
"name": "log101-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
2024-06-13 13:57:22 +00:00
"astro": "astro",
"test": "cypress run --browser chrome && cypress run --browser firefox"
2024-05-01 04:57:25 +00:00
},
"dependencies": {
"@astrojs/check": "^0.5.10",
2024-05-16 10:13:10 +00:00
"@astrojs/tailwind": "^5.1.0",
2024-06-21 09:53:17 +00:00
"astro": "^4.10.0",
2024-06-22 10:41:37 +00:00
"htmx.org": "^1.9.12",
"remark-toc": "^9.0.0",
2024-05-16 10:13:10 +00:00
"tailwindcss": "^3.4.3",
2024-05-01 04:57:25 +00:00
"typescript": "^5.4.5"
},
"devDependencies": {
2024-06-13 13:57:22 +00:00
"cypress": "^13.11.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0"
2024-05-01 04:57:25 +00:00
}
2024-05-01 05:27:07 +00:00
}