j40-cejst-2/client/package.json
Nat Hillard ad72a5014c
Informational Site: Typescript (#63)
* #16 pt 2 - adding typescript
* Updating package/package-lock
2021-05-19 18:55:10 -04:00

27 lines
559 B
JSON

{
"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"
},
"devDependencies": {
"gatsby-cli": "^3.5.0"
},
"dependencies": {
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"gatsby": "^3.4.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}