astro-ghostcms/playground/package.json

29 lines
756 B
JSON
Raw Normal View History

2024-01-23 18:51:23 +00:00
{
"name": "playground",
"type": "module",
2024-02-14 10:38:23 +00:00
"version": "0.0.2",
2024-01-23 18:51:23 +00:00
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
Bump the prod-dependencies group with 4 updates Bumps the prod-dependencies group with 4 updates: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [astro-seo](https://github.com/jonasmerlin/astro-seo) and [sass](https://github.com/sass/dart-sass). Updates `astro` from 4.3.7 to 4.4.0 - [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.0/packages/astro) Updates `vite` from 5.1.2 to 5.1.3 - [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.3/packages/vite) Updates `astro-seo` from 0.8.0 to 0.8.2 - [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.0...v0.8.2) Updates `sass` from 1.70.0 to 1.71.0 - [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.70.0...1.71.0) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: vite 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: sass dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-20 00:11:45 +00:00
"astro": "^4.4.0",
2024-01-31 21:49:30 +00:00
"@matthiesenxyz/astro-ghostcms-theme-default": "workspace:*",
2024-02-01 08:14:44 +00:00
"@matthiesenxyz/astro-ghostcms-catppuccin": "workspace:*",
2024-02-10 15:43:11 +00:00
"@matthiesenxyz/astro-ghostcms-brutalbyelian": "workspace:*",
2024-01-31 21:12:54 +00:00
"@matthiesenxyz/astro-ghostcms": "workspace:*",
"@astrojs/tailwind": "^5.1.0",
"@unocss/astro": "^0.58.5",
2024-01-31 21:12:54 +00:00
"tailwindcss": "^3.3.5"
2024-01-23 18:51:23 +00:00
},
"devDependencies": {
"@unocss/reset": "^0.58.5",
2024-02-10 15:43:11 +00:00
"typescript": "^5.3.3",
Bump the prod-dependencies group with 4 updates Bumps the prod-dependencies group with 4 updates: [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [unocss](https://github.com/unocss/unocss) and [astro-font](https://github.com/rishi-raj-jain/astro-font). Updates `@astrojs/rss` from 4.0.4 to 4.0.5 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/rss@4.0.5/packages/astro-rss) Updates `vite` from 5.0.12 to 5.1.2 - [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.2/packages/vite) Updates `unocss` from 0.57.7 to 0.58.5 - [Release notes](https://github.com/unocss/unocss/releases) - [Commits](https://github.com/unocss/unocss/compare/v0.57.7...v0.58.5) Updates `astro-font` from 0.0.72 to 0.0.77 - [Release notes](https://github.com/rishi-raj-jain/astro-font/releases) - [Commits](https://github.com/rishi-raj-jain/astro-font/commits) --- updated-dependencies: - dependency-name: "@astrojs/rss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies - dependency-name: vite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: unocss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-dependencies - dependency-name: astro-font dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 18:56:50 +00:00
"unocss": "^0.58.5"
2024-01-23 18:51:23 +00:00
}
}