-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 989 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": "astro-cv-esquelete",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/dm-sans": "^5.0.5",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/mdi": "^1.1.64",
"astro": "^4.13.3",
"astro-compress": "^2.2.21",
"astro-icon": "^1.1.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.3",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"astro-robots-txt": "^1.0.0",
"daisyui": "^4.9.0"
},
"overrides": {
"astro-icon": {
"@iconify/tools": "^4.0.5"
}
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}