-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 934 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",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.9",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"astro": "^4.4.14",
"astro-robots-txt": "^1.0.0",
"fuse.js": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lazy-load-image-component": "^1.6.0",
"react-modal": "^3.16.1",
"react-slick": "^0.30.1",
"rehype-accessible-emojis": "^0.3.2",
"sanitize-html": "^2.13.0",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}