forked from surjithctly/astroship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "astro-menu",
"type": "module",
"version": "1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
<<<<<<< HEAD
"@astrojs/mdx": "^3.1.3",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/inter": "^5.0.18",
"@fontsource-variable/jost": "^5.0.19",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.13.1",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.3",
=======
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@fontsource-variable/plus-jakarta-sans": "^5.1.0",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.16.10",
"astro-icon": "^1.1.2",
"astro-navbar": "^2.3.6",
>>>>>>> staging
"astro-seo": "^0.8.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"daisyui": "^4.12.14",
"tailwindcss-animated": "^1.1.2",
"tailwindcss-intersect": "^1.0.5"
}
}