package.json (1626B)
1 { 2 "author": { 3 "email": "acagastya@outlook.com", 4 "name": "Agastya", 5 "url": "http://hanabi.in" 6 }, 7 "bugs": { 8 "url": "https://github.com/acagastya/quotes/issues" 9 }, 10 "dependencies": { 11 "gatsby": "^2.18.4", 12 "gatsby-image": "^2.2.34", 13 "gatsby-plugin-manifest": "^2.2.30", 14 "gatsby-plugin-offline": "^3.0.24", 15 "gatsby-plugin-react-helmet": "^3.1.16", 16 "gatsby-plugin-sharp": "^2.3.4", 17 "gatsby-remark-abbr": "^2.0.0", 18 "gatsby-source-filesystem": "^2.1.39", 19 "gatsby-transformer-remark": "^2.6.45", 20 "gatsby-transformer-sharp": "^2.3.6", 21 "prop-types": "^15.7.2", 22 "react": "^16.12.0", 23 "react-dom": "^16.12.0", 24 "react-helmet": "^5.2.1", 25 "remark-abbr": "^1.3.2" 26 }, 27 "description": "My favourite quotes", 28 "devDependencies": { 29 "gh-pages": "^2.2.0", 30 "prettier": "^1.19.1" 31 }, 32 "keywords": [ 33 "quotes" 34 ], 35 "license": "BSD-3-Clause", 36 "name": "quotes", 37 "private": true, 38 "repository": { 39 "type": "git", 40 "url": "https://github.com/acagastya/quotes/" 41 }, 42 "scripts": { 43 "build": "gatsby clean && gatsby build", 44 "clean": "gatsby clean", 45 "deploy": "gatsby clean && gatsby build && gh-pages -d public", 46 "develop": "gatsby clean && gatsby develop", 47 "format": "prettier --write \"**/*.{js,jsx,json,md}\"", 48 "host": "git add .; git commit -m '+1'; yarn deploy; git push", 49 "ps": "gatsby clean && gatsby build && gatsby serve", 50 "serve": "gatsby serve", 51 "start": "gatsby clean && gatsby develop", 52 "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" 53 }, 54 "version": "0.0.1" 55 }