Some checks are pending
Build and Push Docker Image / build (push) Waiting to run
chore: Yıl göstergesini hesaplayıp göster
29 lines
771 B
JSON
29 lines
771 B
JSON
{
|
|
"name": "log101-blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"check": "astro check",
|
|
"build": "astro build --silent",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "0.9.4",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"astro": "^5.13.7",
|
|
"dewp": "^0.0.6",
|
|
"htmx.org": "^1.9.12",
|
|
"remark-toc": "^9.0.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.14.0"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|