0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-08 11:03:35 +03:00
popov.link/package.json

40 lines
895 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",
2025-06-05 23:22:39 +00:00
"browserslist": [
">0.2%",
"not dead",
"IE 11"
],
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",
2025-06-05 00:00:57 +00:00
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.1",
2025-06-05 23:16:27 +00:00
"astro": "^5.9.0",
2025-05-08 12:54:35 +00:00
"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-31 00:00:59 +00:00
"sass": "^1.89.1",
2025-06-05 23:16:27 +00:00
"typescript": "^5"
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"
}
}