mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-06 06:38:08 +00:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependency [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). These dependencies need to be updated together. Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1) Updates `astro` from 4.16.4 to 5.15.7 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG-v4.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.7/packages/astro) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: astro dependency-version: 5.15.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
60 lines
1.6 KiB
JSON
60 lines
1.6 KiB
JSON
{
|
|
"name": "alexohneander-astro",
|
|
"version": "2.3.10",
|
|
"scripts": {
|
|
"dev": "astro check --watch & astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build && jampack ./dist",
|
|
"preview": "astro preview",
|
|
"sync": "astro sync",
|
|
"astro": "astro",
|
|
"format:check": "prettier --plugin-search-dir=. --check .",
|
|
"format": "prettier --plugin-search-dir=. --write .",
|
|
"cz": "cz",
|
|
"prepare": "husky install",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^2.4.1",
|
|
"@resvg/resvg-js": "^2.4.1",
|
|
"astro": "^5.15.7",
|
|
"fuse.js": "^6.6.2",
|
|
"github-slugger": "^2.0.0",
|
|
"remark-collapse": "^0.1.2",
|
|
"remark-toc": "^8.0.1",
|
|
"satori": "^0.8.1",
|
|
"tailwindcss": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^2.1.3",
|
|
"@astrojs/sitemap": "^1.4.0",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@divriots/jampack": "^0.11.2",
|
|
"@tailwindcss/typography": "^0.5.9",
|
|
"@types/github-slugger": "^1.3.0",
|
|
"@types/react": "^18.2.6",
|
|
"@typescript-eslint/parser": "^5.59.5",
|
|
"astro-eslint-parser": "^0.14.0",
|
|
"commitizen": "^4.3.0",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"eslint": "^8.40.0",
|
|
"eslint-plugin-astro": "^0.27.0",
|
|
"husky": "^8.0.3",
|
|
"lint-staged": "^13.2.2",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-tailwindcss": "^0.2.8",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,mdx,json}": [
|
|
"prettier --plugin-search-dir=. --write"
|
|
]
|
|
}
|
|
}
|