diff --git a/package.json b/package.json new file mode 100644 index 0000000..957183b --- /dev/null +++ b/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" +}