-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.45 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": "focus-consulting",
"version": "1.0.0",
"private": true,
"description": "Focus - Impactful Digital Services",
"author": "Anteneh Addis",
"keywords": [
"Digital Services"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gatsby build && gh-pages -d public"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^3.0.6",
"@chakra-ui/react": "^2.4.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "^4.5.14",
"@fontsource/manrope": "^4.5.12",
"framer-motion": "^7.6.6",
"gatsby": "^5.0.0",
"gatsby-plugin-google-analytics": "^5.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-markdown": "^8.0.7"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@types/react-helmet": "^6.1.5",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-sitemap": "^6.1.0",
"gatsby-source-filesystem": "^5.1.0",
"gatsby-transformer-gitinfo": "^1.1.0",
"gh-pages": "^4.0.0",
"react-helmet": "^6.1.0",
"typescript": "^4.8.4"
}
}