-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1022 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1022 Bytes
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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/node": "^24.0.1",
"@uidotdev/usehooks": "^2.4.1",
"@vercel/analytics": "^1.1.1",
"axios": "^1.3.2",
"framer-motion": "^11.15.0",
"gray-matter": "^4.0.3",
"next": "15.3.8",
"next-themes": "0.2.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.4.0",
"react-markdown": "^10.1.0",
"react-pdf": "^6.2.2",
"react-rough-notation": "^1.0.3",
"rehype-prism-plus": "^2.0.1",
"remark": "^15.0.1",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"rss-to-json": "^2.1.1",
"rythm.js": "^2.2.6",
"tailwind-merge": "^3.3.1",
"typescript": "^5.8.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.7",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"postcss": "^8.4.21",
"tailwindcss": "^4.1.7"
}
}