{ "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.19.0", "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-source-filesystem": "^2.0.37", "gatsby-transformer-sharp": "^2.1.20", "prop-types": "^15.7.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet": "^5.2.1" }, "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": "gatsby build", "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" } }