-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
88 lines (88 loc) · 2.45 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "anishshobithps.com",
"version": "2.0.0",
"description": "Final year Engineering student at St. Joseph Engineering College from Mangaluru, India.",
"license": "MIT",
"private": true,
"author": {
"name": "anishshobithps"
},
"homepage": "https://anishshobithps.com",
"contributors": [
{
"name": "Anish Shobith P S",
"email": "[email protected]",
"url": "https://anishshobithps.com"
}
],
"keywords": [
"JavaScript",
"Astro",
"react",
"tailwindcss",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/anishshobithps/anish-shobith.github.io.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"newpost": "astro-md-generator",
"format": "prettier -w .",
"lint:eslint": "eslint . --ext .js,.ts,.astro"
},
"devDependencies": {
"@astrojs/mdx": "2.1.1",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.1",
"@astrojs/tailwind": "5.1.0",
"@types/nodemailer": "^6.4.14",
"astro": "4.4.4",
"astro-md-generator": "1.0.0",
"astro-robots-txt": "1.0.0",
"tailwindcss": "3.4.1"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/vercel": "^7.3.3",
"@hookform/resolvers": "^3.3.4",
"@iconify-json/devicon": "^1.1.35",
"@iconify-json/mdi": "^1.1.64",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/astro": "^7.102.1",
"@spotlightjs/astro": "^1.0.16",
"@tabler/icons-react": "^2.47.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@vercel/speed-insights": "^1.0.10",
"astro-capo": "^0.0.1",
"astro-compressor": "^0.4.1",
"astro-font": "^0.0.77",
"astro-font-picker": "^0.2.1",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"framer-motion": "^11.0.6",
"lucide-react": "^0.340.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
}
}