-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.6 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
{
"name": "kazenasser",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/env": "^15.0.3",
"@next/mdx": "15.0.3",
"@tanstack/react-query": "^5.61.3",
"imagekitio-next": "^1.0.1",
"moment": "^2.30.1",
"motion": "^11.11.17",
"next": "15.0.3",
"next-themes": "^0.4.3",
"pagedjs": "^0.4.3",
"react": "^18",
"react-dom": "^18",
"rehype-format": "^5.0.0",
"rehype-rewrite": "^4.0.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-custom-header-id": "^1.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"remark-pdf": "^0.0.14",
"remark-rehype": "^11.1.0",
"remark-sectionize": "^2.0.0",
"unist-util-find-after": "^5.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.14",
"@tanstack/eslint-plugin-query": "^5.61.3",
"@types/mdx": "^2.0.13",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"typescript": "^5"
}
}