-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.48 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.48 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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "ilabs",
"version": "1.2.0",
"license": "AGPL-3.0",
"homepage": "https://ilabs.vercel.app/",
"author": {
"name": "ysskrishna",
"url": "https://github.com/ysskrishna"
},
"keywords": [
"og",
"og-image",
"ilabs",
"og-image-generator",
"og-image-generator-free",
"og-image-generator-free-online",
"open-graph",
"open-graph-image",
"open-graph-image-generator",
"open-graph-image-generator-free",
"open-graph-image-generator-free-online",
"image-generator",
"image-generation",
"banner-generator",
"seo",
"metadata",
"api",
"typescript",
"social-share",
"social-media",
"social-media-image",
"social-media-image-generator",
"social-media-image-generator-free",
"social-media-image-generator-free-online",
"twitter",
"x",
"ysskrishna"
],
"repository": {
"type": "git",
"url": "https://github.com/ysskrishna/ilabs"
},
"scripts": {
"dev": "next dev",
"postbuild": "next-sitemap",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format:write": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache"
},
"dependencies": {
"@next/mdx": "^15.1.3",
"@nextui-org/react": "^2.6.10",
"@radix-ui/react-aspect-ratio": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@resvg/resvg-wasm": "^2.6.2",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "8.5.1",
"framer-motion": "^11.15.0",
"geist": "^1.3.1",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"satori": "^0.12.0",
"sonner": "^1.7.1",
"sugar-high": "^0.7.5",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"unist-util-visit": "^5.0.0",
"vaul": "^1.1.2",
"zod": "^3.24.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"pretty-quick": "^4.0.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}
}