mirror of
https://github.com/rjNemo/orbital-orbit
synced 2026-06-06 06:56:40 +00:00
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.11.0 to 5.14.3. - [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@5.14.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "orbital-orbit",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"format": "prettier -wl ."
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/vue": "^5.1.0",
|
|
"@tailwindcss/vite": "^4.1.3",
|
|
"astro": "^5.14.3",
|
|
"tailwindcss": "^4.1.3",
|
|
"typescript": "^5.8.3",
|
|
"vue": "^3.5.17"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"daisyui": "^5.0.46",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.14"
|
|
}
|
|
}
|