j40-cejst-2/client/package.json
Nat Hillard 13a4e5f47a
Adding Trussworks USWDS React Wrapper (#67)
* removing unused js
* Working for first load, second raises 'failed to SSR' without DEV_SSR enabled. We will need to fix this before prod
2021-05-20 21:54:08 -04:00

31 lines
702 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": {
"@types/node": "^15.3.1",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.1",
"gatsby-cli": "^3.5.0",
"gatsby-plugin-scss-typescript": "^5.1.0",
"sass": "^1.32.13"
},
"dependencies": {
"@trussworks/react-uswds": "^1.17.0",
"gatsby": "^3.4.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}