-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 965 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-21-futures-landing",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^7.6.1",
"@astrojs/mdx": "^1.1.2",
"@astrojs/react": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/ph": "^1.1.13",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"astro": "^3.3.2",
"astro-embed": "^0.6.0",
"astro-icon": "^1.1.0",
"hero-slider": "^3.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"postcss-nesting": "^12.0.1"
}
}