-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.45 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.45 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sol-web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "wrangler pages dev dist",
"astro": "astro",
"lint": "eslint . --max-warnings 0",
"prepare": "husky"
},
"dependencies": {
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.0",
"@calcom/embed-react": "^1.5.3",
"@fontsource-variable/dm-sans": "^5.2.8",
"@fontsource-variable/montserrat": "^5.2.8",
"@fontsource/cormorant-garamond": "^5.2.11",
"@fontsource/lora": "^5.2.8",
"@tailwindcss/vite": "^4.2.1",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^5.17.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.35.0",
"lucide-react": "^0.575.0",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"resend": "^6.9.2",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1"
},
"lint-staged": {
"*.{js,ts,mjs,astro,tsx}": "eslint --max-warnings 0"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^5.10.0",
"eslint": "^10.0.2",
"eslint-plugin-astro": "^1.6.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"shadcn": "^3.8.5",
"tw-animate-css": "^1.4.0",
"typescript-eslint": "^8.56.1",
"vite-plugin-mkcert": "^1.17.10",
"wrangler": "^4.69.0"
}
}