astro-ghostcms/packages/astro-ghostcms-brutalbyelian/package.json

69 lines
1.9 KiB
JSON
Raw Permalink Normal View History

2024-02-10 15:43:11 +00:00
{
"name": "@matthiesenxyz/astro-ghostcms-brutalbyelian",
"description": "ElianCodes Brutal theme modified to work with Astro-GhostCMS",
"version": "0.0.18",
2024-02-10 15:43:11 +00:00
"homepage": "https://astro-ghostcms.xyz/",
"type": "module",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"sideEffects": false,
"author": {
"email": "adam@matthiesen.xyz",
"name": "Adam Matthiesen - MatthiesenXYZ",
"url": "https://matthiesen.xyz"
2024-02-14 10:38:23 +00:00
},
"keywords": [
"astro-ghostcms"
],
2024-02-10 15:43:11 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/MatthiesenXYZ/astro-ghostcms.git"
},
"bugs": {
"url": "https://github.com/MatthiesenXYZ/astro-ghostcms/issues",
"email": "issues@astro-ghostcms.xyz"
},
"main": "./brutalunocss-preset.ts",
"files": [
"src",
"brutalunocss-preset.ts"
],
"exports": {
".": "./brutalunocss-preset.ts",
"./index.astro": "./src/routes/index.astro",
"./[slug].astro": "./src/routes/[slug].astro",
"./tags.astro": "./src/routes/tags.astro",
"./authors.astro": "./src/routes/authors.astro",
"./tag/[slug].astro": "./src/routes/tag/[slug].astro",
"./author/[slug].astro": "./src/routes/author/[slug].astro",
"./archives/[...page].astro": "./src/routes/archives/[...page].astro"
},
2024-02-14 10:38:23 +00:00
"scripts": {},
2024-02-10 15:43:11 +00:00
"peerDependencies": {
"@matthiesenxyz/astro-ghostcms": ">=3.3.5",
"astro": ">=4.4.1"
2024-02-10 15:43:11 +00:00
},
"devDependencies": {
"@typescript-eslint/parser": "^7.2.0",
Bump the dev-dependencies group with 4 updates Bumps the dev-dependencies group with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [eslint](https://github.com/eslint/eslint) and [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check). Updates `@types/node` from 20.11.19 to 20.11.25 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@typescript-eslint/parser` from 7.0.1 to 7.1.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.1.1/packages/parser) Updates `eslint` from 8.56.0 to 8.57.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.56.0...v8.57.0) Updates `@astrojs/check` from 0.5.4 to 0.5.6 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.6/packages/astro-check) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 12:22:33 +00:00
"eslint": "^8.57.0",
Bump the dev-dependencies group with 5 updates Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.1` | `1.2.2` | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.4.1` | `0.5.4` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `6.20.0` | `7.0.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `6.21.0` | `7.0.1` | | [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.29.1` | `0.31.4` | Updates `vitest` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest) Updates `@astrojs/check` from 0.4.1 to 0.5.4 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.4/packages/astro-check) Updates `@typescript-eslint/eslint-plugin` from 6.20.0 to 7.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 6.21.0 to 7.0.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.0.1/packages/parser) Updates `eslint-plugin-astro` from 0.29.1 to 0.31.4 - [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases) - [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/eslint-plugin-astro/compare/v0.29.1...v0.31.4) --- updated-dependencies: - dependency-name: vitest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@astrojs/check" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: eslint-plugin-astro dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 18:45:37 +00:00
"eslint-plugin-astro": "^0.31.4",
2024-02-10 15:43:11 +00:00
"eslint-plugin-jsx-a11y": "^6.8.0",
"prettier-plugin-astro": "^0.13.0",
"prettier": "^3.2.5"
2024-02-10 15:43:11 +00:00
},
"dependencies": {
"@eliancodes/brutal-ui": "^0.2.6",
2024-02-10 15:43:11 +00:00
"@iconify-json/logos": "^1.1.41",
"@iconify-json/uil": "^1.1.8",
"@unocss/astro": "^0.58.6",
"@unocss/reset": "^0.58.6",
"astro-font": "^0.0.78",
"astro-remote": "0.3.2",
Bump the prod-dependencies group with 10 updates Bumps the prod-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.1.4` | `5.1.5` | | [@eliancodes/brutal-ui](https://github.com/ElianCodes/brutal-ui) | `0.2.3` | `0.2.6` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.2` | | [ultrahtml](https://github.com/natemoo-re/ultrahtml) | `1.5.2` | `1.5.3` | | [@fontsource-variable/inter](https://github.com/fontsource/font-files/tree/HEAD/fonts/variable/inter) | `5.0.16` | `5.0.17` | | [astro-seo](https://github.com/jonasmerlin/astro-seo) | `0.8.2` | `0.8.3` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.4.0` | `4.4.13` | | [sass](https://github.com/sass/dart-sass) | `1.71.0` | `1.71.1` | | [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) | `0.19.0` | `0.21.1` | | [sharp](https://github.com/lovell/sharp) | `0.32.6` | `0.33.2` | Updates `vite` from 5.1.4 to 5.1.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.1.5/packages/vite) Updates `@eliancodes/brutal-ui` from 0.2.3 to 0.2.6 - [Release notes](https://github.com/ElianCodes/brutal-ui/releases) - [Changelog](https://github.com/ElianCodes/brutal-ui/blob/main/CHANGELOG.md) - [Commits](https://github.com/ElianCodes/brutal-ui/commits) Updates `typescript` from 5.3.3 to 5.4.2 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.3.3...v5.4.2) Updates `ultrahtml` from 1.5.2 to 1.5.3 - [Release notes](https://github.com/natemoo-re/ultrahtml/releases) - [Changelog](https://github.com/natemoo-re/ultrahtml/blob/main/CHANGELOG.md) - [Commits](https://github.com/natemoo-re/ultrahtml/compare/v1.5.2...v1.5.3) Updates `@fontsource-variable/inter` from 5.0.16 to 5.0.17 - [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/variable/inter/CHANGELOG.md) - [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/variable/inter) Updates `astro-seo` from 0.8.2 to 0.8.3 - [Release notes](https://github.com/jonasmerlin/astro-seo/releases) - [Changelog](https://github.com/jonasmerlin/astro-seo/blob/main/CHANGELOG.md) - [Commits](https://github.com/jonasmerlin/astro-seo/compare/v0.8.2...v0.8.3) Updates `astro` from 4.4.0 to 4.4.13 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.4.13/packages/astro) Updates `sass` from 1.71.0 to 1.71.1 - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.71.0...1.71.1) Updates `@astrojs/starlight` from 0.19.0 to 0.21.1 - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.21.1/packages/starlight) Updates `sharp` from 0.32.6 to 0.33.2 - [Release notes](https://github.com/lovell/sharp/releases) - [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md) - [Commits](https://github.com/lovell/sharp/compare/v0.32.6...v0.33.2) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@eliancodes/brutal-ui" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: ultrahtml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@fontsource-variable/inter" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro-seo dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: sass dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: sharp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-07 14:08:41 +00:00
"typescript": "^5.4.2",
"ultrahtml": "^1.5.3",
"unocss": "^0.58.6"
2024-02-10 15:43:11 +00:00
}
}