Skip to content

Commit d1900ad

Browse files
committed
feat: Remove unused dependencies and devDependencies
1 parent 1d3a1a4 commit d1900ad

File tree

2 files changed

+29
-1815
lines changed

2 files changed

+29
-1815
lines changed

package.json

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "the-infinitys.next.site",
33
"version": "0.1.0",
44
"private": true,
5+
"workspaces": [],
56
"scripts": {
67
"dev": "next dev --turbopack",
78
"build": "next build",
@@ -14,28 +15,17 @@
1415
"framer-motion": "^12.23.24",
1516
"gray-matter": "^4.0.3",
1617
"highlight.js": "^11.11.1",
17-
"i18next": "^25.6.3",
18-
"i18next-browser-languagedetector": "^8.2.0",
19-
"i18next-http-backend": "^3.0.2",
20-
"lighthouse": "^13.0.1",
21-
"negotiator": "^1.0.0",
2218
"next": "^16.0.3",
2319
"next-intl": "^4.5.5",
2420
"next-sitemap": "^4.2.3",
25-
"puppeteer": "^24.31.0",
2621
"react": "^19.2.0",
2722
"react-dom": "^19.2.0",
28-
"react-i18next": "^16.3.5",
2923
"rehype-format": "^5.0.1",
30-
"rehype-highlight": "^7.0.2",
31-
"rehype-parse": "^9.0.1",
3224
"rehype-pretty-code": "^0.14.1",
3325
"rehype-stringify": "^10.0.1",
34-
"remark": "^15.0.1",
3526
"remark-gfm": "^4.0.1",
3627
"remark-parse": "^11.0.0",
3728
"remark-rehype": "^11.1.2",
38-
"serve": "^14.2.5",
3929
"shiki": "^3.15.0",
4030
"unified": "^11.0.5"
4131
},
@@ -52,4 +42,4 @@
5242
"tailwindcss": "^4.1.17",
5343
"typescript": "^5.9.3"
5444
}
55-
}
45+
}

0 commit comments

Comments
 (0)