-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
43
44
45
46
47
{
"name": "marc",
"version": "1.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.3",
"@portabletext/react": "^2.0.0",
"@sanity/block-content-to-react": "^3.0.0",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@vercel/analytics": "^1.0.1",
"axios": "^1.4.0",
"cloudinary-react": "^1.8.1",
"framer-motion": "^8.0.2",
"hamburger-react": "^2.5.0",
"next": "13.0.6",
"next-sanity": "^3.1.3",
"next-sanity-image": "^5.0.0",
"next-sitemap": "^4.2.3",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-loader-spinner": "^5.3.4",
"react-masonry-css": "^1.0.16",
"react-youtube": "^10.1.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.28.0",
"eslint-config-next": "13.0.6",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}