-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 981 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
38
39
{
"name": "simonedenadai.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.2.0",
"@sanity/client": "^6.24.1",
"@sanity/code-input": "^4.1.4",
"@sanity/orderable-document-list": "^1.2.2",
"@sanity/vision": "^3.66.1",
"@svgr/webpack": "^8.1.0",
"bootstrap": "^5.3.3",
"cloudinary": "^2.5.1",
"dotenv": "^16.4.7",
"eslint": "^8.36.0",
"eslint-config-next": "^14.2.20",
"groq": "^3.66.1",
"next": "^14.2.20",
"next-cloudinary": "^6.14.2",
"next-sanity": "^9.8.25",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.6.1",
"sanity": "^3.66.1",
"sanity-plugin-cloudinary": "1.1.1",
"sass": "^1.82.0",
"slugify": "^1.6.6",
"swiper": "^9.1.1"
},
"overrides": {
"styled-components": "6.1.8"
}
}