-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "portfolio-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "node --max-old-space-size=4096 node_modules/.bin/astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.1.0",
"@astrojs/partytown": "^2.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^5.0.0",
"@fontsource/inter": "^5.0.8",
"@nanostores/react": "^0.7.1",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"astro": "^3.6.4",
"astro-compress": "^2.0.15",
"astro-preload": "^1.1.2",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.0",
"axios": "^1.5.0",
"mdast-util-to-string": "^4.0.0",
"nanostores": "^0.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"reading-time": "^1.5.0",
"remark-collapse": "^0.1.2",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^3.3.3"
}
}