generated from gio-del/Astro-Theme-Astroway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
48
{
"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.3.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@storyblok/astro": "^4.0.5",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"astro": "^4.4.14",
"astro-embed": "^0.7.2",
"astro-particles": "^2.10.0",
"astro-robots-txt": "^1.0.0",
"fuse.js": "^7.0.0",
"highlight.js": "^11.9.0",
"marked": "^12.0.2",
"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.1",
"react-type-animation": "^3.2.0",
"rehype-accessible-emojis": "^0.3.2",
"sanitize-html": "^2.13.0",
"slick-carousel": "^1.8.1",
"storyblok-rich-text-astro-renderer": "^2.2.0",
"tailwindcss": "^3.4.1",
"tsparticles": "^3.3.0",
"tsparticles-engine": "^2.12.0",
"vite": "^5.2.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10"
}
}