-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 876 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
{
"name": "rdp77-portfolio-app",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@calcom/embed-react": "^1.3.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"isotope-layout": "^3.0.6",
"next": "14.1.0",
"next-pwa": "^5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typed.js": "^2.1.0",
"typescript": "5.2.2"
}
}