-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.84 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
{
"name": "taraka-pranav-portfolio",
"private": true,
"description": "A redesigned portfolio for Pranav Rayudu using Gatsby.js and React",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0 -p 8000",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve -H 0.0.0.0",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"clean": "gatsby clean"
},
"devDependencies": {
"prettier": "^2.3.2"
},
"dependencies": {
"@hot-loader/react-dom": "^17.0.1",
"@reach/dialog": "^0.16.0",
"@reach/router": "^1.3.4",
"@types/node": "^16.7.3",
"gatsby": "^3.12.1",
"gatsby-cli": "^3.12.0",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-layout": "^2.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-offline": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-robots-txt": "^1.6.9",
"gatsby-plugin-sass": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-plugin-sitemap": "^4.8.0",
"gatsby-remark-copy-linked-files": "^4.9.0",
"gatsby-remark-images": "^5.9.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"node-gyp": "^8.2.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-spring": "^9.2.4",
"react-transition-group": "^4.4.2",
"tar": "^6.1.11"
},
"repository": {
"type": "git",
"url": "https://github.com/PranavRayudu/Portfolio-2020"
},
"bugs": {
"url": "https://github.com/PranavRayudu/Portfolio-2020/issues"
}
}