-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 874 Bytes
/
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
{
"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.0.3",
"@vercel/analytics": "^1.2.2",
"@vercel/postgres": "^0.9.0",
"@vercel/speed-insights": "^1.0.12",
"next": "^15.0.3",
"react": "^18.3.1",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.13.0",
"sass": "^1.71.1",
"sitemap": "^8.0.0",
"ts-node": "^10.9.2",
"web-vitals": "^4.2.2"
},
"devDependencies": {
"@types/node": "22.9.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.7",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.3",
"typescript": "5.7.2"
}
}