-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.5 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.5 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
50
51
52
53
54
55
56
{
"name": "mahns-vercel-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"postbuild": "next-sitemap",
"lint": "next lint",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "https://github.com/mahns1201/mahns-vercel-app"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mahns1201/mahns-vercel-app/issues"
},
"homepage": "https://github.com/mahns1201/mahns-vercel-app#readme",
"dependencies": {
"@notionhq/client": "^3.1.3",
"@svgr/webpack": "^8.1.0",
"@vercel/speed-insights": "^1.3.1",
"github-markdown-css": "^5.8.1",
"next": "16.1.5",
"next-sitemap": "^4.2.3",
"notion-to-md": "^3.1.9",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"reading-time": "^1.5.0"
},
"devDependencies": {
"@eslint/js": "^9.28.0",
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/typography": "^0.5.19",
"@types/node": "22.15.30",
"@types/react": "19.1.6",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.30.1",
"eslint-config-next": "^15.3.4",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
}
}