Skip to content

Commit

Permalink
added package info
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhavsrivastava committed Jun 27, 2019
1 parent d15be4e commit 92a7e95
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions package.json
@@ -0,0 +1,51 @@
{
"name": "gatsby-starter-casual",
"version": "0.0.1",
"description": "Gatsby.js V2 starter template based on Casual by startbootstrap",
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/gatsby-starter-casual.git"
},
"author": {
"name": "Anubhav Srivastava",
"email": "anubhav.srivastava00@gmail.com"
},
"dependencies": {
"gatsby": "^2.4.3",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-images": "^0.5.19",
"react-scrollspy": "^3.4.0",
"smoothscroll-polyfill": "^0.4.4"
},
"scripts": {
"develop": "gatsby develop",
"build": "npm run clean && gatsby build",
"deploy": "npm run clean && gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "rimraf .cache public",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"prettier": "^1.17.0",
"rimraf": "^2.6.3"
},
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-casual"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/gatsby-starter-casual/issues"
},
"homepage": "https://github.com/anubhavsrivastava/gatsby-starter-casual#readme"
}

0 comments on commit 92a7e95

Please sign in to comment.