-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 805 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
{
"name": "Youssef Ragaey",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.0.0",
"@sanity/vision": "^3.10.0",
"@types/node": "18.16.3",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.3",
"@vercel/analytics": "^1.0.1",
"eslint": "8.39.0",
"eslint-config-next": "13.4.0",
"next": "13.4.0",
"next-sanity": "^4.3.2",
"normalize.css": "^8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "^3.10.1",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"typescript": "5.0.4"
}
}