2021-05-19 18:19:38 -04:00
|
|
|
{
|
|
|
|
"name": "justice40-tool",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Justice40 Tool",
|
|
|
|
"author": "Nat Hillard",
|
|
|
|
"keywords": [
|
|
|
|
"gatsby"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"develop": "gatsby develop",
|
|
|
|
"start": "gatsby develop",
|
|
|
|
"build": "gatsby build",
|
|
|
|
"serve": "gatsby serve",
|
|
|
|
"clean": "gatsby clean"
|
|
|
|
},
|
2021-05-19 18:55:10 -04:00
|
|
|
"devDependencies": {
|
|
|
|
"gatsby-cli": "^3.5.0"
|
|
|
|
},
|
2021-05-19 18:19:38 -04:00
|
|
|
"dependencies": {
|
2021-05-19 18:55:10 -04:00
|
|
|
"@types/react": "^17.0.1",
|
|
|
|
"@types/react-dom": "^17.0.1",
|
2021-05-19 18:19:38 -04:00
|
|
|
"gatsby": "^3.4.1",
|
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1"
|
|
|
|
}
|
|
|
|
}
|