-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"private": true,
"type": "module",
"scripts": {
"analyze": "ANALYZE=true pnpm build",
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.5.0",
"next": "^15.0.3",
"nextra": "4.0.0-app-router.20",
"nextra-theme-blog": "4.0.0-app-router.20",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rss": "^1.2.2",
"schema-dts": "^1.1.2",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@next/bundle-analyzer": "^15.0.3",
"@types/eslint": "^9.6.1",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-tailwindcss": "^3.17.5",
"globals": "^15.12.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"standard": "^17.1.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"yaml-loader": "^0.8.1"
},
"packageManager": "[email protected]"
}