forked from vivek9patel/vivek9patel.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 663 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 663 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
{
"name": "urielsalis-portfolio",
"version": "2.0.0",
"private": true,
"homepage": "https://urielsalis.github.io/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build"
},
"engines": {
"node": ">=16.x"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@tailwindcss/postcss": "^4.3.1",
"autoprefixer": "^10.5.0",
"expr-eval": "^2.0.2",
"next": "^16.2.9",
"postcss": "^8.5.15",
"prop-types": "^15.8.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-draggable": "^4.6.0",
"react-ga4": "^3.0.1",
"tailwindcss": "^4.3.1"
}
}