-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
47
48
49
{
"name": "@kazamitte/tech-blog",
"private": true,
"scripts": {
"predev": "node scripts/prebuild.mjs",
"prebuild": "node scripts/prebuild.mjs",
"dev": "next dev --turbopack",
"build": "next build",
"postbuild": "node scripts/postbuild.mjs",
"start": "npx serve dist"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.3",
"date-fns": "^3.6.0",
"gray-matter": "^4.0.3",
"image-size": "^2.0.2",
"next": "^16.2.3",
"next-image-export-optimizer": "^1.20.1",
"next-mdx-remote-client": "^2.1.7",
"react": "^19",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19",
"rehype-pretty-code": "^0.14.1",
"remark-gfm": "^4.0.1",
"shiki": "^3.21.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/typography": "^0.5.19",
"@types/mdx": "^2.0.13",
"@types/node": "^20.14.8",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/unist": "^3.0.3",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.3",
"eslint-config-prettier": "^10.1.8",
"postcss": "^8.4.38",
"prettier": "^3.8.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"typescript": "^5.5.2"
}
}