We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91314b4 commit 1ff3e88Copy full SHA for 1ff3e88
package.json
@@ -4,7 +4,6 @@
4
"version": "0.0.1",
5
"scripts": {
6
"dev": "astro dev",
7
- "start": "astro dev",
8
"build": "astro check && astro build",
9
"preview": "astro preview",
10
"astro": "astro",
@@ -13,13 +12,13 @@
13
12
},
14
"dependencies": {
15
"@astrojs/check": "^0.9.4",
16
- "@astrojs/tailwind": "^5.1.2",
17
- "astro": "^4.16.13",
18
- "tailwindcss": "^3.4.15",
+ "@astrojs/tailwind": "^5.1.4",
+ "astro": "^5.1.1",
+ "tailwindcss": "^3.4.17",
19
"typescript": "^5.7.2"
20
21
"devDependencies": {
22
- "prettier": "^3.3.3",
+ "prettier": "^3.4.2",
23
"prettier-plugin-astro": "^0.14.1",
24
"prettier-plugin-tailwindcss": "^0.6.9"
25
0 commit comments