Last active
January 19, 2020 01:59
-
-
Save haigopi/a7c13afcbe4a5e61251fb1d034e6da43 to your computer and use it in GitHub Desktop.
Gatsby typescript package json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Gopi-data", | |
"private": true, | |
"description": "A simple starter to get up and developing quickly with Gatsby", | |
"version": "0.1.0", | |
"author": "Gopi K Kancharla <[email protected]>", | |
"dependencies": { | |
"@fortawesome/fontawesome-svg-core": "^1.2.26", | |
"@fortawesome/free-solid-svg-icons": "^5.12.0", | |
"@fortawesome/react-fontawesome": "^0.1.8", | |
"@material-ui/core": "^4.5.1", | |
"@material-ui/icons": "^4.5.1", | |
"bootstrap": "^4.4.1", | |
"chart.js": "^2.9.1", | |
"d3": "^5.12.0", | |
"gatsby": "^2.18.12", | |
"gatsby-image": "^2.2.34", | |
"gatsby-plugin-manifest": "^2.2.31", | |
"gatsby-plugin-material-ui": "^2.1.6", | |
"gatsby-plugin-offline": "^3.0.27", | |
"gatsby-plugin-react-helmet": "^3.1.16", | |
"gatsby-plugin-sass": "^2.1.20", | |
"gatsby-plugin-sharp": "^2.3.5", | |
"gatsby-plugin-typescript": "^2.1.18", | |
"gatsby-source-filesystem": "^2.1.40", | |
"gatsby-transformer-sharp": "^2.3.7", | |
"material-design-icons": "^3.0.1", | |
"node-sass": "^4.13.0", | |
"office-ui-fabric-react": "^7.64.0", | |
"prop-types": "^15.7.2", | |
"react": "^16.12.0", | |
"react-anime": "^2.2.0", | |
"react-bootstrap": "^1.0.0-beta.16", | |
"react-chartjs-2": "^2.8.0", | |
"react-collapsible": "^2.6.2", | |
"react-d3-components": "^0.9.1", | |
"react-dom": "^16.12.0", | |
"react-helmet": "^5.2.1", | |
"react-horizontal-scrolling-menu": "^0.7.4", | |
"react-particles-js": "^2.7.0", | |
"react-select": "^3.0.8", | |
"react-sortable-tree": "^2.7.1", | |
"react-tree-graph": "^4.0.1", | |
"react-virtualized": "^9.21.2", | |
"reactjs-popup": "^1.5.0", | |
"three": "^0.112.1" | |
}, | |
"devDependencies": { | |
"@typescript-eslint/eslint-plugin": "^2.8.0", | |
"@typescript-eslint/parser": "^2.8.0", | |
"eslint": "^5.16.0", | |
"eslint-config-prettier": "^6.7.0", | |
"eslint-plugin-prettier": "^3.1.1", | |
"prettier": "^1.19.1", | |
"typescript": "^3.7.2" | |
}, | |
"keywords": [ | |
"gatsby" | |
], | |
"license": "MIT", | |
"scripts": { | |
"build": "gatsby build", | |
"develop": "gatsby develop", | |
"format": "prettier --parser typescript --trailing-comma es5 --no-semi --single-quote --write \"**/*.{ts, tsx,js,jsx,json,md}\"", | |
"start": "npm run develop", | |
"serve": "gatsby serve", | |
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1", | |
"type-check": "tsc --noEmit", | |
"lint": "eslint . --ignore-path .gitignore --ext .ts,.tsx,.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/gatsbyjs/gatsby-starter-default" | |
}, | |
"bugs": { | |
"url": "https://github.com/gatsbyjs/gatsby/issues" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment