-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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
38
39
40
41
42
{
"name": "my-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^2.0.2",
"@portabletext/types": "^2.0.2",
"@sanity/code-input": "^4.1.0",
"@sendgrid/mail": "^7.7.0",
"@t3-oss/env-nextjs": "^0.2.1",
"@tanstack/react-query": "^4.29.3",
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@upstash/ratelimit": "^0.4.2",
"@upstash/redis": "^1.20.4",
"@vercel/analytics": "^1.0.0",
"autoprefixer": "10.4.14",
"axios": "^1.3.6",
"eslint": "8.38.0",
"eslint-config-next": "^13.4.4",
"next": "^13.4.4",
"next-axiom": "^0.17.0",
"next-sanity": "^4.1.7",
"postcss": "8.4.22",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-refractor": "^2.1.7",
"refractor": "^4.8.1",
"sanity": "^3.8.3",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"zod": "^3.21.4"
}
}