6ddb973f03
Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
35 lines
863 B
JSON
35 lines
863 B
JSON
{
|
|
"name": "dagger-docs",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "dagger dc",
|
|
"author": "Dagger",
|
|
"license": "MIT",
|
|
"starter-name": "dagger-docs-generator",
|
|
"dependencies": {
|
|
"@rocketseat/gatsby-theme-docs": "^2.3.1",
|
|
"gatsby": "^3.0.4",
|
|
"gatsby-plugin-canonical-urls": "^3.0.0",
|
|
"gatsby-plugin-google-analytics": "^3.0.0",
|
|
"gatsby-plugin-manifest": "^3.0.0",
|
|
"gatsby-plugin-offline": "^4.0.0",
|
|
"gatsby-plugin-remove-trailing-slashes": "^3.0.0",
|
|
"gatsby-plugin-sitemap": "^3.0.0",
|
|
"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"
|
|
}
|
|
}
|