-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 928 Bytes
/
package.json
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
{
"name": "miltons-portfolio",
"version": "0.1.0",
"private": true,
"main": "index.js",
"author": "Milton Chung",
"license": "MIT",
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.0.0",
"next": "^13.1.2",
"next-sanity-image": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.42.1",
"react-modal": "^3.16.1",
"react-scroll": "^1.8.9",
"react-toastify": "^9.1.1",
"react-use-scrollspy": "^3.1.1"
},
"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": "18.0.26",
"@types/react-modal": "^3.13.1",
"@types/react-scroll": "^1.8.6",
"sass": "^1.57.1",
"typescript": "4.9.4"
}
}