-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.13 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"description": "portfolio",
"author": "1Gokul",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"eslint": "eslint .",
"format": "prettier --write \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "^2.0.2",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fontsource/space-mono": "^4.5.8",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"cloudinary-react": "^1.7.0",
"focus-visible": "^5.2.0",
"framer-motion": "^6.2.1",
"gatsby": "^4.5.4",
"gatsby-cli": "^4.12.1",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-mdx": "^3.5.2",
"gatsby-plugin-netlify": "^4.0.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.6.0",
"gatsby-remark-autolink-headers": "^5.22.0",
"gatsby-remark-copy-linked-files": "^5.5.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^6.22.0",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-reading-time": "^1.1.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-smartypants": "^5.5.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"prismjs": "^1.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-intersection-observer": "^8.33.1",
"react-markdown": "^8.0.0",
"react-scroll": "^1.8.8"
},
"devDependencies": {
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/react-helmet": "^6.1.5",
"@types/react-scroll": "^1.8.3",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"typescript": "^4.6.3"
}
}