-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 2.15 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
{
"name": "sarojkumar007.github.io",
"private": true,
"description": "Portfolio and Blog of Saroj Kumar Sahoo, Creative front-end designer and developer",
"version": "3.1.1",
"author": "Saroj Kumar Sahoo <[email protected]>",
"bugs": {
"url": "https://github.com/sarojkumar007/sarojkumar007.github.io/issues"
},
"homepage": "https://sarojkumar.dev",
"keywords": [
"saroj",
"sarojkumar007",
"sarojkumar github",
"sarojkumar007 github",
"saroj kumar sahoo"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "https://github.com/sarojkumar007/sarojkumar007.github.io.git"
},
"dependencies": {
"@fontsource/rubik": "^5.0.3",
"@icons-pack/react-simple-icons": "^9.5.0",
"gatsby": "^5.11.0",
"gatsby-plugin-feed": "^5.11.0",
"gatsby-plugin-google-gtag": "^5.11.0",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.11.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-prismjs": "^7.11.0",
"gatsby-remark-responsive-iframe": "^6.11.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"material-symbols": "^0.8.1",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-feather": "^2.0.10",
"react-google-recaptcha": "^3.1.0",
"reading-time": "^1.5.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"gatsby-plugin-postcss": "^6.11.0",
"gatsby-plugin-sass": "^6.11.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2"
},
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}