-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.57 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "new-portfolio",
"version": "0.0.1",
"private": true,
"description": "Portfolio website version 2.0",
"author": "Sobhan Bera",
"homepage": "https://github.com/sobhanbera/new-portfolio",
"repository": {
"type": "git",
"url": "https://github.com/sobhanbera/new-portfolio"
},
"scripts": {
"start": "next dev",
"build": "next build",
"next:start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@vercel/analytics": "^0.1.5",
"aos": "^2.3.4",
"axios": "^1.2.0",
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"firebase": "^9.8.2",
"framer-motion": "^5.0.2",
"gsap": "^3.9.1",
"next": "12.0.2",
"nodemailer": "^6.8.0",
"public-ip": "^4.0.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fast-marquee": "^1.3.2",
"react-gsap": "^3.2.1",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1",
"sass": "^1.52.1"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"eslint": "^7.32.0",
"eslint-config-next": "12.0.2",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.3",
"typescript": "4.4.4"
},
"keywords": [
"sobhan",
"portfolio",
"website",
"resume",
"sobhanbera",
"portfolio website",
"description"
]
}