-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 909 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
{
"name": "barabsite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"astro": "astro",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@astrojs/cloudflare": "12.1.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.4",
"@fontsource-variable/noto-sans": "^5.1.1",
"@splinetool/runtime": "^1.9.54",
"astro": "5.1.1",
"astro-icon": "^1.1.5",
"resend": "^4.0.1",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241224.0",
"@iconify-json/tabler": "^1.2.13",
"@iconify-json/file-icons": "^1.2.1",
"@iconify-json/mdi": "^1.2.2",
"@iconify/tailwind": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"shiki": "^1.24.4",
"wrangler": "^3.99.0"
}
}