-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"name": "blog",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "cross-env next-sitemap",
"start": "next start"
},
"dependencies": {
"@fontsource/roboto": "^4.5.0",
"@sanity/block-content-to-react": "^3.0.0",
"bootstrap": "^5.1.0",
"cross-env": "^7.0.3",
"date-fns": "^2.22.1",
"emailjs-com": "^3.2.0",
"feed": "^4.2.2",
"js-cookie": "^2.2.1",
"next": "^11.1.0",
"next-pwa": "^5.2.24",
"next-sanity": "^0.2.0",
"next-seo": "^4.24.0",
"next-sitemap": "^1.6.133",
"nextjs-breadcrumbs": "^1.1.4",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-adsense": "^0.1.0",
"react-bootstrap": "^1.6.1",
"react-cookie-consent": "^6.2.4",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "^17.0.2",
"react-hook-form": "^7.9.0",
"react-icons": "^4.2.0",
"react-modal": "^3.14.3",
"react-scroll": "^1.8.2",
"react-share": "^4.4.0",
"sass": "^1.34.0",
"sharp": "^0.28.3",
"sweetalert2": "^11.0.18",
"swr": "^0.5.6"
},
"devDependencies": {
"typescript": "^4.3.5"
}
}