-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
{
"name": "portofolio",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prepare": "husky",
"wrangler-local": "astro build && wrangler pages dev ./dist",
"wrangler-deploy": "astro build && wrangler pages deploy ./dist"
},
"dependencies": {
"@astrojs/mdx": "^4.3.6",
"@astrojs/sitemap": "^3.6.0",
"@fontsource/iosevka": "^5.2.5",
"@fontsource/iosevka-aile": "^5.2.5",
"@tailwindcss/vite": "^4.1.13",
"astro": "^5.13.10",
"astro-compressor": "^1.1.2",
"astro-embed": "^0.9.1",
"astro-icon": "^1.1.5",
"astro-og-canvas": "^0.7.2",
"canvaskit-wasm": "^0.40.0",
"daisyui": "^5.1.14",
"gsap": "^3.13.0",
"sharp": "^0.34.4",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"husky": "^9.1.7",
"prettier": "3.6.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-astro-organize-imports": "0.4.11",
"prettier-plugin-tailwindcss": "0.6.14",
"pretty-quick": "^4.2.2",
"wrangler": "^4.41.0"
},
"packageManager": "pnpm@10.11.1"
}