-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@tailwindcss/typography": "^0.5.9",
"@types/mdx": "^2.0.10",
"axios": "^1.4.0",
"feed": "^4.2.2",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"next": "^14.0.1",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"remark-rehype": "^10.1.0",
"rss": "^1.2.2",
"ts-node": "^10.9.1",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"autoprefixer": "^10.4.15",
"next-themes": "^0.2.1",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}