-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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": "vivek9patel-portfolio",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@labsforge/flipbook": "^0.1.2",
"3d-flip-book": "^1.9.9",
"autoprefixer": "^10.4.13",
"expr-eval": "^2.0.2",
"framer-motion": "^12.6.2",
"jquery": "^3.7.1",
"lucide-react": "^0.483.0",
"next": "^13.1.2",
"page-flip": "^2.0.7",
"pdfjs-dist": "^3.11.174",
"postcss": "^8.4.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-onclickoutside": "^6.12.2",
"react-pageflip": "^2.0.3",
"react-pdf": "^7.4.0",
"tailwindcss": "^3.2.4"
}
}