-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "blog.davimiku.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-rss": "node --import=tsx scripts/rss.ts"
},
"type": "module",
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "15.1.0",
"next": "15.1.0",
"next-compose-plugins": "^2.2.1",
"next-plugin-svgr": "^1.1.1",
"next-seo": "~5.5.0",
"prism-themes": "~1.9.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "~4.3.1",
"rss": "^1.2.2",
"sass": "~1.51.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "~15.1.0",
"@types/node": "~22.10.0",
"@types/react": "~19.0.0",
"@types/rss": "^0.0.32",
"@typescript-eslint/eslint-plugin": "~8.18.0",
"@typescript-eslint/parser": "~8.18.0",
"acorn": "~8.14.0",
"eslint": "~9.16.0",
"eslint-config-next": "~15.1.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-mdx": "~3.1.0",
"prettier": "~3.4.0",
"tsx": "~4.19.0",
"typescript": "~5.7.0"
}
}