File tree 2 files changed +281
-233
lines changed
2 files changed +281
-233
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nextify" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " next build" ,
9
9
"postinstall" : " fumadocs-mdx"
10
10
},
11
11
"dependencies" : {
12
- "next" : " 15.0.3" ,
13
- "fumadocs-ui" : " 14.5.5" ,
12
+ "@radix-ui/react-tooltip" : " ^1.1.4" ,
13
+ "clsx" : " ^2.1.1" ,
14
+ "dayjs" : " ^1.11.13" ,
14
15
"fumadocs-core" : " 14.5.5" ,
16
+ "fumadocs-mdx" : " 11.1.2" ,
17
+ "fumadocs-ui" : " 14.5.5" ,
18
+ "lucide-react" : " ^0.462.0" ,
19
+ "next" : " 15.0.3" ,
15
20
"react" : " ^18.3.1" ,
16
21
"react-dom" : " ^18.3.1" ,
17
- "fumadocs-mdx" : " 11.1.2"
22
+ "slugify" : " ^1.6.6" ,
23
+ "tailwind-merge" : " ^2.5.5" ,
24
+ "zod" : " ^3.23.8"
18
25
},
19
26
"devDependencies" : {
27
+ "@types/mdx" : " ^2.0.13" ,
20
28
"@types/node" : " 22.10.1" ,
21
29
"@types/react" : " ^18.3.12" ,
22
30
"@types/react-dom" : " ^18.3.1" ,
23
- "typescript" : " ^5.7.2" ,
24
- "@types/mdx" : " ^2.0.13" ,
25
31
"autoprefixer" : " ^10.4.20" ,
32
+ "eslint" : " ^9.16.0" ,
33
+ "eslint-config-next" : " 15.0.3" ,
26
34
"postcss" : " ^8.4.49" ,
27
35
"tailwindcss" : " ^3.4.15" ,
28
- "eslint" : " ^8" ,
29
- "eslint-config-next" : " 15.0.3"
36
+ "typescript" : " ^5.7.2"
30
37
}
31
- }
38
+ }
You can’t perform that action at this time.
0 commit comments