-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"devDependencies": {
"@google-cloud/local-auth": "^2.1.1",
"@types/google-map-react": "^2.1.7",
"@types/jest": "^29.5.3",
"@types/node": "20.4.2",
"@types/nodemailer": "^6.4.8",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"eslint": "8.45.0",
"eslint-config-next": "13.4.11",
"typescript": "5.1.6"
},
"dependencies": {
"@next/third-parties": "^14.1.0",
"@vercel/analytics": "^1.0.1",
"encoding": "^0.1.13",
"framer-motion": "^10.13.0",
"google-map-react": "^2.2.1",
"googleapis": "^122.0.0",
"jest": "^29.6.1",
"next": "^14.1.0",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.32.4",
"typewriter-effect": "^2.20.1"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}