0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-06 18:13:34 +03:00
popov.link/package.json

35 lines
834 B
JSON
Raw Normal View History

2024-09-04 21:16:37 +00:00
{
2024-10-02 22:36:06 +00:00
"name": "website",
2024-09-04 21:16:37 +00:00
"type": "module",
"version": "2025.01.24",
"private": true,
2025-05-23 07:52:03 +00:00
"packageManager": "npm@11.4.1",
2024-09-04 21:16:37 +00:00
"scripts": {
"format": "prettier --write .",
"dev": "astro dev",
"start": "astro dev",
"check": "astro check",
2024-09-04 21:16:37 +00:00
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-10-24 19:11:06 +00:00
"@astrojs/check": "^0.9.4",
"@astrojs/rss": "^4.0.11",
2025-05-08 12:54:35 +00:00
"@astrojs/sitemap": "^3.3.1",
"astro": "^5.7.11",
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"cssnano-preset-advanced": "^7.0.7",
"dayjs": "^1.11.13",
2024-09-06 08:21:27 +00:00
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
2025-05-08 12:54:35 +00:00
"sass": "^1.87.0",
"typescript": "^5.8.3"
2024-09-04 21:16:37 +00:00
},
"devDependencies": {
2025-05-08 12:54:35 +00:00
"prettier": "^3.5.3",
2024-09-04 21:16:37 +00:00
"prettier-plugin-astro": "^0.14.1"
}
}