-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 901 Bytes
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
{
"name": "portfolio",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/sitemap": "3.0.5",
"@astrojs/tailwind": "^6.0.2",
"@fontsource/geist-sans": "^5.2.5",
"@fontsource/jetbrains-mono": "^5.2.8",
"astro": "^3.3.2",
"astro-icon": "^1.1.0",
"simple-icons": "^16.3.0",
"tailwindcss": "^3.4.19"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.43",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/ri": "^1.1.21",
"@iconify-json/skill-icons": "^1.1.8"
},
"overrides": {
"sitemap": "7.1.2"
},
"pnpm": {
"overrides": {
"sitemap": "7.1.2"
},
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}