-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.26 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap",
"sitemap": "next-sitemap"
},
"dependencies": {
"@sanity/cli": "^3.8.0",
"@sanity/client": "^5.4.0",
"@sanity/image-url": "^1.0.2",
"@vercel/analytics": "^0.1.11",
"firebase": "^9.16.0",
"framer-motion": "^8.5.4",
"next": "latest",
"next-sitemap": "^4.0.6",
"next-themes": "^0.2.1",
"nextjs-breadcrumbs2": "^2.0.4",
"nextjs-progressbar": "^0.0.16",
"node-cache": "^5.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-iframe": "^1.8.5",
"react-input-suggestions": "^2.3.4",
"react-loading-skeleton": "^3.1.1",
"react-player": "^2.11.2",
"react-query": "^3.39.3",
"react-toastify": "^9.1.2",
"sharp": "^0.31.3",
"swiper": "^8.4.6",
"tailwindcss-filters": "^3.0.0",
"yet-another-react-lightbox": "^2.4.3"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-modal-video": "^1.2.0",
"autoprefixer": "^10.4.12",
"babel-plugin-transform-remove-console": "^6.9.4",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}