-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.15 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
65
66
67
{
"name": "hof-guide",
"version": "1.0.0",
"private": true,
"description": "A guide used as documentation for the Home Office Forms (HOF) framework",
"author": "Alexander Swann",
"keywords": [
"home office forms",
"hof guide"
],
"engines": {
"node": ">=20.0.0 <21.0.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 8000",
"start": "yarn run develop",
"format": "prettier --write \"src/**/*.js\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^3.0.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@progress/kendo-react-animation": "^2.6.1",
"@progress/kendo-react-treeview": "^2.6.1",
"@progress/kendo-theme-default": "^3.2.0",
"gatsby": "^4.15.2",
"gatsby-image": "^2.0.20",
"gatsby-plugin-breadcrumb": "^12.3.1",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-markdown-pages": "^1.0.3",
"gatsby-plugin-mdx": "^3.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sass": "^5.15.1",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-plugin-sitemap": "^5.15.1",
"gatsby-remark-autolink-headers": "^5.15.1",
"gatsby-remark-code-titles": "^1.1.0",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-prismjs": "^6.15.0",
"gatsby-remark-table-of-contents": "^2.0.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-remark": "^5.15.1",
"gatsby-transformer-sharp": "^4.15.1",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^4.1.0",
"govuk_frontend_toolkit": "^9.0.1",
"lodash": "^4.17.21",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"sass": "^1.52.1"
},
"devDependencies": {
"gatsby-remark-code-buttons": "^2.0.7",
"gh-pages": "^4.0.0",
"prettier": "^1.15.2"
}
}