package.json (1644B)
1 { 2 "author": { 3 "email": "me@hanabi.in", 4 "name": "Agastya", 5 "url": "https://hanabi.in" 6 }, 7 "bugs": { 8 "url": "https://github.com/cognitive137/sana137.in/issues" 9 }, 10 "dependencies": { 11 "gatsby": "^2.13.73", 12 "gatsby-image": "^2.2.10", 13 "gatsby-plugin-disqus": "^1.1.4", 14 "gatsby-plugin-feed": "^2.3.11", 15 "gatsby-plugin-manifest": "^2.2.6", 16 "gatsby-plugin-offline": "^2.2.7", 17 "gatsby-plugin-react-helmet": "^3.1.4", 18 "gatsby-plugin-sharp": "^2.2.13", 19 "gatsby-remark-katex": "^3.1.20", 20 "gatsby-remark-prismjs": "^3.3.13", 21 "gatsby-source-filesystem": "^2.1.11", 22 "gatsby-transformer-remark": "^2.6.19", 23 "gatsby-transformer-sharp": "^2.2.7", 24 "katex": "^0.11.1", 25 "moment": "^2.24.0", 26 "prismjs": "^1.17.1", 27 "prop-types": "^15.7.2", 28 "react": "^16.9.0", 29 "react-dom": "^16.9.0", 30 "react-helmet": "^5.2.1" 31 }, 32 "description": "Sana's blog", 33 "devDependencies": { 34 "gh-pages": "^2.1.1", 35 "prettier": "^1.18.2" 36 }, 37 "homepage": "https://cognitive137.github.io/sana137.in", 38 "keywords": [ 39 "" 40 ], 41 "license": "MIT", 42 "private": true, 43 "repository": { 44 "type": "git", 45 "url": "https://github.com/cognitive137/sana137.in" 46 }, 47 "scripts": { 48 "build": "gatsby build", 49 "clean": "rm -rf .cache public", 50 "dev": "gatsby develop", 51 "develop": "gatsby develop", 52 "deploy": "gatsby build && gh-pages -d public", 53 "format": "prettier --write \"**/*.{js,jsx,json,md}\"", 54 "start": "gatsby develop", 55 "serve": "gatsby serve", 56 "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \"" 57 }, 58 "version": "0.1.0" 59 }