-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
64 lines (64 loc) · 1.87 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "dds-dot-mil",
"description": "Defense Digital Service",
"version": "1.0.0",
"author": "DDS",
"dependencies": {
"@types/node": "^14.6.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^6.1.0",
"@types/svgo": "^1.3.3",
"clsx": "^1.1.1",
"date-fns": "^2.15.0",
"gatsby": "^2.24.47",
"gatsby-background-image": "^1.1.2",
"gatsby-image": "^2.4.16",
"gatsby-link": "^2.4.13",
"gatsby-plugin-google-analytics": "^2.3.13",
"gatsby-plugin-manifest": "^2.4.23",
"gatsby-plugin-netlify-cms": "^4.3.11",
"gatsby-plugin-preact": "^3.3.2",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-root-import": "^2.0.5",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.27",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-plugin-typescript": "^2.4.18",
"gatsby-remark-embed-video": "^3.0.10",
"gatsby-remark-images": "^3.3.25",
"gatsby-remark-responsive-iframe": "^2.4.12",
"gatsby-source-filesystem": "^2.3.24",
"gatsby-transformer-json": "^2.4.11",
"gatsby-transformer-remark": "^2.8.28",
"gatsby-transformer-sharp": "^2.5.13",
"netlify-cms-app": "^2.12.19",
"node-sass": "^4.14.1",
"preact": "^10.4.7",
"prettier": "^2.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.11.0",
"svgo": "^1.3.2",
"uswds": "^2.8.1"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"src/**/*.ts*\""
},
"browserslist": [
">0.25%",
"not dead",
"ie 9",
"ie 11"
],
"license": "SEE LICENSE IN REPOSITORY",
"repository": {
"type": "git",
"url": "https://github.com/deptofdefense/dds.mil"
}
}