-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 887 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
{
"name": "miltons-portfolio",
"version": "0.1.0",
"private": true,
"main": "index.js",
"author": "Milton Chung",
"license": "MIT",
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@portabletext/react": "^6.0.2",
"@sanity/client": "^7.14.0",
"@types/react-dom": "^19.2.3",
"next": "^15.5.9",
"next-sanity-image": "^6.2.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hook-form": "^7.42.1",
"react-modal": "^3.16.1",
"react-toastify": "^11.0.5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@sanity/types": "^3.2.3",
"@svgr/webpack": "^6.5.1",
"@types/node": "18.11.18",
"@types/react": "^19.2.8",
"@types/react-modal": "^3.13.1",
"@types/react-scroll": "^1.8.6",
"sass": "^1.57.1",
"typescript": "^5.9.3"
}
}