-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "rz-codes.com",
"homepage": "https://rz-codes.com",
"private": true,
"description": "Portfolio site of Rabra Hierpa",
"version": "1.0.0",
"author": "Rabra Hierpa (@rzcodes)",
"dependencies": {
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"gatsby": "^4.0.0",
"gatsby-plugin-gatsby-cloud": "^4.24.1",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-image": "^2.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-wordpress": "^7.9.0",
"gatsby-transformer-json": "^4.24.0",
"gatsby-transformer-sharp": "^4.0.0",
"html-react-parser": "^1.1.1",
"lodash": "^4.17.20",
"path": "^0.12.7",
"postcss": "^8.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-responsive-masonry": "^2.1.6",
"react-router-dom": "^6.4.3",
"react-truncate": "^2.4.0",
"react-type-animation": "^2.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^5.24.0",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.4"
},
"keywords": [
"gatsby"
],
"license": "BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"debug": "DEBUG=gatsby:query-watcher npm run dev",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rabira-hierpa/rz-codes.com"
},
"bugs": {
"url": "https://github.com/rabira-hierpa/rz-codes.com/issues"
}
}