-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 KB
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
{
"name": "chandrashekhar-tripathi",
"version": "2.0.4",
"description": "Homepage of Chandrashekhar Tripathi",
"license": "MIT",
"private": true,
"dependencies": {
"@formspree/react": "^2.4.4",
"gatsby": "^5.2.0",
"gatsby-plugin-image": "^3.2.0",
"gatsby-plugin-layout": "^4.2.0",
"gatsby-plugin-manifest": "^5.2.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-sass": "^6.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-remark-autolink-headers": "^6.2.0",
"gatsby-remark-images": "^7.2.0",
"gatsby-remark-prismjs": "^7.2.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-remark": "^6.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.4.4",
"react-scripts": "5.0.1",
"sass": "^1.56.1"
},
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gh-pages -d public -b gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/tripathics/tripathics.github.io"
},
"devDependencies": {
"gh-pages": "^5.0.0"
}
}