Files
crashtestdev/package.json
T
2019-08-16 20:35:55 -07:00

19 lines
394 B
JSON

{
"name": "crashtestdev",
"private": true,
"version": "0.0.1",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"gatsby": "^2.13.65",
"gatsby-plugin-emotion": "^4.1.2",
"gatsby-plugin-mdx": "^1.0.24",
"gatsby-theme-blog": "^1.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
}
}