-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "personal-website-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.0.0",
"@astrojs/partytown": "^2.1.2",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@prkedia81/notion-blogs": "^0.0.8",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.15",
"@tryghost/content-api": "^1.11.16",
"astro": "^5.1.1",
"astro-compress": "^2.0.15",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-preload": "^1.1.2",
"axios": "^1.4.0",
"domhandler": "^5.0.3",
"google-auth-library": "^8.8.0",
"google-spreadsheet": "^4.0.2",
"google-spreadsheets": "^2.0.0",
"htmlparser2": "^10.0.0",
"nodemailer": "^6.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@types/google-spreadsheet": "^3.3.2",
"@types/nodemailer": "^6.4.8",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/tryghost__content-api": "^1.3.11"
}
}