-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 963 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
{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.7",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"astro": "^4.15.8",
"astro-robots-txt": "^1.0.0",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-lazy-load-image-component": "^1.6.0",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"rehype-accessible-emojis": "^0.3.2",
"sanitize-html": "^2.13.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.12"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15"
}
}