-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1003 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
35
36
37
38
{
"name": "saurabhportfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^1.0.6",
"@next/third-parties": "^14.2.2",
"autoprefixer": "10.4.15",
"dotenv": "^16.4.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.16",
"next": "^14.2.2",
"postcss": "8.4.28",
"prettier": "^3.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-type-animation": "^3.2.0",
"react-vertical-timeline-component": "^3.6.0",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@types/node": "20.11.0",
"@types/react": "18.2.47"
}
}