-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.44 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
72
73
74
{
"name": "site",
"version": "1.0.0",
"private": true,
"description": "Naveen",
"author": "Naveen M K",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop --port 3000 -o",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"./**/*.{js,css,json,scss,jsx}\"",
"check-format": "prettier -c \"./**/*.{js,css,json,scss,jsx}\""
},
"dependencies": {
"@fontsource/plus-jakarta-sans": "^4.5.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@giscus/react": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@react-spring/web": "^9.7.2",
"@tippyjs/react": "^4.2.6",
"autoprefixer": "^10.2.6",
"bootstrap": "^5.1.3",
"classnames": "^2.3.2",
"gatsby": "^5.13.7",
"gatsby-plugin-feed": "^5",
"gatsby-plugin-google-gtag": "^5",
"gatsby-plugin-image": "^3",
"gatsby-plugin-manifest": "^5",
"gatsby-plugin-mdx": "^5",
"gatsby-plugin-postcss": "^6",
"gatsby-plugin-react-helmet": "^6",
"gatsby-plugin-sass": "^6",
"gatsby-plugin-sharp": "^5",
"gatsby-plugin-sitemap": "^6",
"gatsby-remark-autolink-headers": "^6",
"gatsby-remark-copy-linked-files": "^6",
"gatsby-remark-images": "^7",
"gatsby-remark-prismjs": "^7",
"gatsby-remark-smartypants": "^6",
"gatsby-source-filesystem": "^5",
"gatsby-transformer-json": "^5",
"gatsby-transformer-sharp": "^5",
"postcss": "^8.4.31",
"prettier": "^2.3.1",
"prismjs": "^1.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-headroom": "^3.1.1",
"react-helmet": "^6.1.0",
"remark-gfm": "^1.0.0",
"rfs": "^9.0.6",
"sass": "^1.35.1",
"terser": "4.8.1",
"webpack": "^5.85.1"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-headroom": "^3.2.0",
"prettier": "^2.3.1",
"typescript": "^4.9.3"
}
}