-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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
{
"name": "portfolio",
"version": "0.1.0",
"homepage": "https://raveen2001.github.io/Portfolio",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "yarn build && gh-pages -d build"
},
"dependencies": {
"@next/font": "13.1.1",
"@sendgrid/mail": "^7.7.0",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"@wojtekmaj/react-hooks": "^1.18.1",
"gsap": "^3.11.4",
"next": "^13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-pdf": "^7.7.0",
"react-random-reveal": "^2.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/lodash": "^4.14.191",
"@types/react-modal": "^3.16.0",
"eslint": "8.31.0",
"eslint-config-next": "^14.1.0",
"gh-pages": "^4.0.0",
"sass": "^1.57.0",
"typescript": "^4.9.3"
}
}