-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 865 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-portfolio",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "playwright test"
},
"dependencies": {
"@astrojs/cloudflare": "^11.0.4",
"@astrojs/mdx": "^3.1.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/ts-plugin": "^1.8.0",
"@astrojs/vercel": "^7.8.0",
"@types/nodemailer": "^6.4.15",
"astro": "^4.10.3",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.1",
"astro-seo": "^0.8.3",
"posthog-js": "^1.139.3",
"resend": "^4.0.0",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@playwright/test": "^1.33.0",
"prettier": "^3.3.2",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.13"
}
}