-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.72 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
75
76
77
78
79
80
81
82
83
84
{
"name": "rishikc.com",
"version": "2.0.0",
"description": "Personal website / Portfolio",
"author": "rishichawda",
"repository": {
"type": "git",
"url": "https://github.com/rishichawda/rishikc.com"
},
"bugs": {
"url": "https://github.com/rishichawda/rishikc.com/issues"
},
"keywords": [
"gatsby",
"react",
"portfolio",
"website"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"type-check": "tsc --noEmit",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "yarn build && gh-pages -d public"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@fontsource/open-sans": "^5.0.1",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@mdx-js/react": "^2.3.0",
"framer-motion": "^10.12.15",
"gatsby": "^5.10.0",
"gatsby-plugin-canonical-urls": "^5.10.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-disqus": "^1.2.6",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-image": "^3.10.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^5.10.0",
"gatsby-plugin-mdx": "^5.10.0",
"gatsby-plugin-nprogress": "^5.10.0",
"gatsby-plugin-offline": "^6.10.0",
"gatsby-plugin-remote-images": "^3.6.6",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.10.0",
"gatsby-plugin-sharp": "^5.10.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-remark-autolink-headers": "^6.10.0",
"gatsby-remark-copy-linked-files": "^6.10.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^7.10.0",
"gatsby-remark-prismjs": "^7.10.0",
"gatsby-remark-responsive-iframe": "^6.10.0",
"gatsby-remark-smartypants": "^6.10.0",
"gatsby-source-filesystem": "^5.10.0",
"gatsby-source-git": "https://github.com/rishichawda/gatsby-source-git.git#upgrade-deps",
"gatsby-source-graphql": "^5.10.0",
"gatsby-transformer-sharp": "^5.10.0",
"instagram-graphql-media": "../../private/instagram-graphql-media",
"normalize.css": "^8.0.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-share": "^4.4.1",
"react-use-flexsearch": "^0.1.1",
"reading-time": "^1.5.0",
"sass": "^1.62.1"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^6.10.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}