-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 932 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 932 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
{
"name": "paxa.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development next dev",
"build": "next build",
"start": "NODE_ENV=production next start -p 3001",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@types/mdx": "^2.0.13",
"lucide-react": "^0.563.0",
"next": "16.1.6",
"next-mdx-remote": "^5.0.0",
"nodemailer": "^8.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"sugar-high": "^0.9.5",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.9",
"@types/react": "^19",
"@types/react-dom": "^19",
"cross-env": "^10.1.0",
"tailwindcss": "^4",
"typescript": "^5"
}
}