-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "masnurrm.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build:cloudflare": "DEPLOYMENT_ENV=cloudflare next build",
"export": "next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/env": "^15.1.3",
"@plaiceholder/next": "^3.0.0",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.17.10",
"@types/react": "^19.0.2",
"@types/react-dom": "^19",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"next": "^15.1.3",
"next-mdx-remote": "^5.0.0",
"next-nprogress-bar": "^2.4.3",
"next-seo": "^6.6.0",
"next-themes": "^0.4.4",
"postcss": "^8",
"react-embed-gist": "^1.0.23",
"react-sketch-canvas": "^6.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-code-title": "^0.2.5",
"remark-math": "^6.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}