-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 659 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 659 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
{
"name": "portofolio-new",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@11.1.2",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.3.1",
"astro-icon": "^1.1.5",
"clsx": "^2.1.1",
"remark-github-blockquote-alert": "^2.1.0",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@iconify-json/tabler": "^1.2.35",
"@tailwindcss/typography": "^0.5.19"
}
}