-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 964 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
{
"name": "similarfont.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"generate:sitemap": "node ./scripts/generate-sitemap.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/react-fontawesome": "^0.1.14",
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^2.8.0",
"emailjs-com": "^2.6.4",
"fs": "0.0.1-security",
"groq": "^2.2.6",
"next": "^10.0.5",
"next-seo": "^4.20.0",
"nextjs-sitemap-generator": "^1.3.1",
"node-sass": "^5.0.0",
"path": "^0.12.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-html-parser": "^2.0.2",
"shortid": "^2.2.16"
},
"devDependencies": {
"globby": "^11.0.2"
}
}