forked from devsonket/devsonket.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.68 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": "devsonket.github.io",
"private": true,
"description": "বাংলা চিটশিটের ভান্ডার",
"version": "2.0.0",
"author": "Devsonket",
"dependencies": {
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.11",
"axios": "^0.21.2",
"gatsby": "^2.8.1",
"gatsby-image": "^2.1.2",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.1",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.1.2",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-source-filesystem": "^2.0.37",
"gatsby-transformer-sharp": "^2.1.20",
"prop-types": "^15.7.2",
"puppeteer": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-masonry-css": "^1.0.14"
},
"devDependencies": {
"husky": "^2.4.1",
"prettier": "^1.17.1",
"pretty-quick": "^1.11.0"
},
"keywords": [
"cheatsheet",
"bangla-cheatsheet",
"dev-tips",
"dev-codes",
"dev-tool"
],
"license": "MIT",
"scripts": {
"build": "npm run thumbnail && gatsby build",
"thumbnail": "cd scripts && node thumbnail.js",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"repository": {
"type": "git",
"url": "https://github.com/devsonket/devsonket.github.io"
},
"bugs": {
"url": "https://github.com/devsonket/devsonket.github.io/issues"
}
}