forked from vilben/speculation-rules-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 961 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 961 Bytes
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": "astroship",
"type": "module",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.6.1",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/bricolage-grotesque": "^5.0.6",
"@fontsource-variable/inter": "^5.0.18",
"@iconify-json/bx": "^1.1.10",
"@iconify-json/simple-icons": "^1.1.102",
"@iconify-json/uil": "^1.1.8",
"@tailwindcss/typography": "^0.5.13",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.8.7",
"astro-icon": "^1.1.0",
"astro-navbar": "^2.3.2",
"astro-seo": "^0.8.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3",
"web-vitals": "^4.2.3"
}
}