-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "portfolio",
"private": true,
"description": "Shreyansh Saurabh",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"@netlify/plugin-gatsby": "^3.7.0",
"@react-icons/all-files": "^4.1.0",
"aos": "^3.0.0-beta.6",
"gatsby": "^5.11.0",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-netlify": "^5.1.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.13.1",
"hamburger-react": "^2.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-responsive": "^9.0.2",
"uuid": "^9.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/binaryshrey/Portfolio"
},
"bugs": {
"url": "https://github.com/binaryshrey/Portfolio/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"gatsby-plugin-postcss": "^6.13.1",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
}
}