Skip to content
Permalink
173a1c0003
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
32 lines (32 sloc) 823 Bytes
{
"name": "topcord-docs",
"private": true,
"version": "2.0.0",
"description": "Documentation for TopCord.",
"license": "MIT",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.2.4",
"gatsby": "^2.32.3",
"gatsby-plugin-canonical-urls": "^2.3.12",
"gatsby-plugin-google-analytics": "^2.3.15",
"gatsby-plugin-manifest": "^2.4.33",
"gatsby-plugin-offline": "^3.2.30",
"gatsby-plugin-remove-trailing-slashes": "^2.3.13",
"gatsby-plugin-sitemap": "^2.4.14",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {},
"keywords": [
"gatsby",
"rocketseat",
"gatsby-starter"
],
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}