This repository has been archived by the owner on Mar 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.7 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
{
"name": "chandujs.dev",
"version": "2.5.0",
"description": "My Website ❤️",
"scripts": {
"build": "gatsby build --prefix-paths",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "yarn develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "yarn build && gh-pages -d public",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"gatsby": "^2.20.25",
"gatsby-image": "^2.3.4",
"gatsby-plugin-extract-image-colors": "^0.0.14",
"gatsby-plugin-google-analytics": "^2.2.4",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-nprogress": "^2.2.3",
"gatsby-plugin-purgecss": "^5.0.0",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.2.3",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-sitemap": "^2.4.1",
"gatsby-remark-images": "^3.1.44",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-dev": "^0.1.4",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
"gatsby-transformer-sharp": "^2.4.6",
"node-fetch": "^2.6.0",
"node-sass": "^4.13.1",
"polished": "^3.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"gh-pages": "^2.2.0",
"prettier": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/ctrleffive/ctrleffive.github.io"
},
"bugs": {
"url": "https://github.com/ctrleffive/ctrleffive.github.io/issues"
}
}