-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1004 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1004 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
{
"name": "todea-website",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "find out -name .DS_Store -delete",
"start": "next start",
"lint": "eslint .",
"sitemap": "node scripts/generate-sitemap.mjs"
},
"dependencies": {
"@swc/helpers": "^0.5.21",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"next": "^16.2.4",
"next-intl": "^4.11.0",
"next-mdx-remote": "^6.0.0",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"reading-time": "^1.5.0",
"rehype-pretty-code": "^0.14.3",
"remark-gfm": "^4.0.1",
"shiki": "^4.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@types/node": "^20.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.4",
"postcss": "^8.5.13",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.0"
}
}