-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 KB
/
package.json
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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && npm run generate-sitemap",
"start": "next start",
"lint": "next lint",
"generate-sitemap": "ts-node scripts/sitemap.js"
},
"dependencies": {
"@next/third-parties": "^15.2.0",
"@vercel/analytics": "^1.5.0",
"@vercel/postgres": "^0.9.0",
"@vercel/speed-insights": "^1.0.12",
"dompurify": "^3.2.4",
"html-react-parser": "^5.2.2",
"jsdom": "^26.0.0",
"next": "^15.2.3",
"prettier": "^3.5.2",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.15.1",
"react-scan": "^0.1.3",
"sass": "^1.85.1",
"sitemap": "^8.0.0",
"ts-node": "^10.9.2",
"web-vitals": "^4.2.2",
"webp-converter": "^2.3.3"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "22.9.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.7",
"eslint": "^9.20.0",
"eslint-config-next": "^15.0.3",
"typescript": "5.7.2"
}
}