mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
* Basic Layout - Merge with main into new branch - Most of main content and footer working. - Could not get fixed branch of trussworks to `npm install` correctly, so reverted back to public version. (`trussworks/react-uswds#kh-serverside-rendering-fix-1250"`) TODO: - stack sgv warning+cloud icons - get timeline image (which as text that needs to scale) - localization support - move icon includes out of header? - start converting elements over to trussworks * Cleanup - removed unused styles - added some better comments * Revert trussworks to fixed branch * Update package-lock.json * Temporarily pointing toward personal fork until SSR issue has been addressed * Update J40Footer.spec.tsx.snap * setting jestEnvironment to the proper 'jsdom' value, needed for snapshot tests * lingering prettier fix * small version bump Co-authored-by: Nat Hillard <Nathaniel.K.Hillard@omb.eop.gov>
58 lines
1.9 KiB
JSON
58 lines
1.9 KiB
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 --prefix-paths",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "jest",
|
|
"test:update": "npm test -- -u",
|
|
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
|
|
"lint": "eslint './src/**/*.{ts,tsx}' --ignore-pattern node_modules/ --ignore-pattern public --ignore-pattern *scss.d.ts",
|
|
"lint:fix": "npm run lint -- --quiet --fix",
|
|
"intl:extract": "formatjs extract 'src/(pages|components)/*.tsx' --out-file src/intl/en.json",
|
|
"intl:compile": "formatjs compile src/intl/en.json --ast --out-file compiled-lang/en.json"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^4.2.15",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/node": "^15.3.1",
|
|
"@types/react": "^17.0.1",
|
|
"@types/react-dom": "^17.0.1",
|
|
"@types/react-test-renderer": "^17.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
"@typescript-eslint/parser": "^4.25.0",
|
|
"babel-jest": "^27.0.1",
|
|
"babel-preset-gatsby": "^1.6.0",
|
|
"eslint": "^7.27.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-react": "^7.23.2",
|
|
"gatsby-cli": "^3.5.0",
|
|
"gatsby-plugin-intl": "^0.3.3",
|
|
"gatsby-plugin-prettier-eslint": "^1.0.6",
|
|
"gatsby-plugin-sass": "^4.5.0",
|
|
"gh-pages": "^3.2.0",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^27.0.1",
|
|
"prettier": "^2.3.0",
|
|
"react-test-renderer": "^17.0.2",
|
|
"sass": "^1.33.0",
|
|
"sass-loader": "^11.1.1",
|
|
"ts-jest": "^27.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@trussworks/react-uswds": "github:nathillardusds/react-uswds#nathillardusds/ssr",
|
|
"gatsby": "^3.4.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"uswds": "^2.10.3"
|
|
}
|
|
}
|