-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 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": "node dist/server/entry.mjs",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^9.0.0",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@fontsource/raleway": "^5.1.1",
"@tailwindcss/forms": "^0.5.9",
"astro": "^5.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-astro": "^0.469.0",
"pocketbase": "^0.25.0",
"resend": "^4.0.1",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vanilla-cookieconsent": "^3.0.1"
},
"devDependencies": {
"cypress": "^13.17.0",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1"
}
}