-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 974 Bytes
/
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
{
"name": "porfolio-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.0.1",
"@astrojs/sitemap": "^3.1.5",
"@astrolib/seo": "^1.0.0-beta.8",
"@fontsource-variable/bricolage-grotesque": "^5.0.6",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.102",
"@iconify-json/uil": "^1.1.8",
"astro": "^4.14.6",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.2",
"astro-seo": "^0.8.3",
"sharp": "^0.33.4",
"unpic": "^3.18.0"
},
"devDependencies": {
"@astrojs/tailwind": "5.1.2",
"@tailwindcss/typography": "^0.5.15",
"@iconify-json/tabler": "^1.2.5",
"tailwind-merge": "^2.5.3",
"tailwindcss": "^3.4.13"
}
}