-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 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
{
"name": "vivek9patel-portfolio",
"version": "2.0.0",
"private": true,
"homepage": "https://vivek9patel.github.io/",
"scripts": {
"dev": "set NODE_OPTIONS=--max-old-space-size=4096 && next dev --webpack -p 3001",
"build": "next build",
"start": "next start",
"export": "next export"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"autoprefixer": "^10.4.13",
"expr-eval": "^2.0.2",
"jquery": "^3.6.3",
"mathjs": "^15.1.0",
"next": "^16.1.1",
"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-onclickoutside": "^6.12.2",
"tailwindcss": "^3.2.4"
}
}