-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 865 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
{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/db": "^0.8.1",
"@astrojs/mdx": "^2.2.0",
"@astrojs/prism": "^3.0.0",
"@astrojs/vercel": "^7.3.6",
"astro": "^4.5.2",
"embla-carousel": "8.0.0-rc19",
"embla-carousel-autoplay": "8.0.0-rc19",
"lucide-preact": "^0.299.0",
"motion": "^10.17.0"
},
"devDependencies": {
"@astrojs/preact": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.10",
"astro-meta-tags": "^0.2.1",
"clsx": "^2.1.0",
"preact": "^10.19.6",
"prettier": "^3.2.5",
"prettier-config-standard": "^7.0.0",
"prettier-plugin-astro": "^0.12.3",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1"
}
}