generated from FDA/openfda-fe-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "openfda-adladae-search",
"version": "1.0.0",
"private": true,
"description": "OpenFDA Dataset Explorer: Animal Drug Labels and Animal Drug Adverse Event Search",
"author": "FDA",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fontsource/montserrat": "^5.0.18",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@trussworks/react-uswds": "^5.5.0",
"@uswds/uswds": "3.6.0",
"ag-grid-community": "^31.3.4",
"ag-grid-react": "^31.3.4",
"gatsby": "^5.13.7",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-sass": "^6.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-responsive-modal": "^6.4.2",
"react-select": "^5.8.1",
"sass": "^1.66.1"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"typescript": "^5.1.6"
}
}