-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 928 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
38
39
{
"name": "astro_boilerplate",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@alpinejs/collapse": "^3.13.1",
"@astrojs/alpinejs": "^0.3.1",
"@astrojs/mdx": "^1.1.2",
"@astrojs/react": "^3.0.3",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.2",
"@sanity/astro": "^2.1.1",
"@sanity/client": "^6.4.12",
"@types/alpinejs": "^3.13.2",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"alpinejs": "^3.13.1",
"astro": "^3.3.0",
"astro-compress": "^2.0.15",
"astro-google-fonts-optimizer": "^0.2.2",
"astro-icon": "^0.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sanity": "*",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"sass": "^1.69.3"
}
}