Skip to content

Commit 15c9426

Browse files
adding new package
1 parent 88e3285 commit 15c9426

File tree

2 files changed

+281
-233
lines changed

2 files changed

+281
-233
lines changed

package.json

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextify",
3-
"version": "0.0.0",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"build": "next build",
@@ -9,23 +9,30 @@
99
"postinstall": "fumadocs-mdx"
1010
},
1111
"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",
1415
"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",
1520
"react": "^18.3.1",
1621
"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"
1825
},
1926
"devDependencies": {
27+
"@types/mdx": "^2.0.13",
2028
"@types/node": "22.10.1",
2129
"@types/react": "^18.3.12",
2230
"@types/react-dom": "^18.3.1",
23-
"typescript": "^5.7.2",
24-
"@types/mdx": "^2.0.13",
2531
"autoprefixer": "^10.4.20",
32+
"eslint": "^9.16.0",
33+
"eslint-config-next": "15.0.3",
2634
"postcss": "^8.4.49",
2735
"tailwindcss": "^3.4.15",
28-
"eslint": "^8",
29-
"eslint-config-next": "15.0.3"
36+
"typescript": "^5.7.2"
3037
}
31-
}
38+
}

0 commit comments

Comments
 (0)