-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 832 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 832 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
{
"private": true,
"name": "themattcode-com",
"description": "",
"license": "",
"scripts": {
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"start:dev": "next dev",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.5",
"@vercel/node": "^3.2.15",
"next": "^14.2.13",
"next-sitemap": "^4.2.3",
"nodemailer": "^6.9.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint-config-next": "14.2.13",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
},
"sideEffects": false
}