-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.02 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
{
"name": "aravind.dev",
"private": true,
"version": "1.0.0",
"description": "Personal website running on Gatsby, React, and Node.js.",
"original-author": "Tania Rascia",
"author": "Aravind Putrevu",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"axios": "^1.7.7",
"gatsby": "^5.11.0",
"gatsby-cli": "^5.11.0",
"gatsby-image": "^3.4.0",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-page-creator": "^5.13.1",
"gatsby-plugin-plausible-analytics": "^0.0.8",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-twitter": "^5.13.1",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-embedder": "^7.0.0",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-remark-table-of-contents": "^1.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"http-server": "^0.12.3",
"postcss": "^8.1.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^5.0.0",
"prismjs": "^1.23.0",
"query-string": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1",
"webpack-dev-middleware": "^7.4.2"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-react-app": "^6.0.0",
"gatsby-plugin-manifest": "^5.13.1",
"npm-force-resolutions": "^0.0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/aravindputrevu/aravind.dev"
},
"resolutions": {
"gatsby-react-router-scroll": "6.11.0",
"graphql": "15.8.0"
}
}