-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1018 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
37
{
"type": "module",
"name": "portfolio",
"version": "0.0.1",
"scripts": {
"format": "prettier . --write",
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"nodemailer": "^6.9.16"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.4",
"@astrojs/vercel": "^8.0.1",
"@fontsource-variable/azeret-mono": "^5.0.21",
"@iconify-json/simple-icons": "^1.1.105",
"@iconify-json/tabler": "^1.1.113",
"@tailwindcss/typography": "^0.5.15",
"@types/nodemailer": "^6.4.17",
"astro": "5.1.2",
"astro-icon": "^1.1.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"class-variance-authority": "^0.7.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}