-
Notifications
You must be signed in to change notification settings - Fork 87
/
package.json
57 lines (57 loc) · 1.66 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
{
"name": "@cmsgov/cms-design-system-docs",
"version": "12.0.0",
"private": true,
"description": "CMS Design System Documentation",
"keywords": [
"gatsby"
],
"scripts": {
"copyThemes": "copyfiles -u 4 ../design-system-tokens/dist/css-vars/*-theme.css ./static/themes/",
"build": "yarn copyThemes && gatsby build",
"clean": "gatsby clean",
"develop": "gatsby clean && gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"start": "gatsby develop",
"typecheck": "tsc --noEmit"
},
"browserslist": [
">2% in US and not dead",
"last 6 Chrome versions",
"last 6 Firefox versions",
"last 6 Edge major versions",
"Safari >= 15",
"iOS >= 15"
],
"dependencies": {
"@cmsgov/design-system": "12.0.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"classnames": "^2.3.1",
"gatsby": "^4.11.2",
"gatsby-plugin-client-side-redirect": "1.1.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-newrelic": "^2.2.2",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-sitemap": "^5.11.1",
"gatsby-remark-autolink-headers": "^5.19.0",
"gatsby-source-filesystem": "^4.11.1",
"humanize-react": "1.0.0",
"lodash.sortby": "^4.7.0",
"prettier": "^2.6.2",
"prismjs": "^1.11.0",
"react-helmet": "^6.1.0",
"react-use-flexsearch": "^0.1.1",
"sass": "^1.43.4",
"url-join": "^4.0.1"
},
"devDependencies": {
"@types/node": "^17.0.22",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"copyfiles": "^2.4.1"
}
}