-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 946 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
{
"name": "astrostarter",
"description": "astro boilerplate preconfigured with tailwindcss, tailwind-fluid-typography, react, astro-seo and astro-robots-txt",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "npx astro generate && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.1.0",
"@astrojs/sitemap": "^3.1.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/geist-mono": "^5.0.2",
"@fontsource/roboto": "^5.0.12",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"astro": "^4.5.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.3",
"lucide-react": "^0.366.0",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"tailwind-fluid-typography": "^1.3.0",
"tailwindcss": "^3.4.1"
}
}