-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgovuk-prototype-kit.config.json
More file actions
96 lines (96 loc) · 2.62 KB
/
govuk-prototype-kit.config.json
File metadata and controls
96 lines (96 loc) · 2.62 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"meta": {
"description": "HMRC Frontend contains the code and documentation for patterns specifically designed for HMRC.",
"urls": {
"documentation": "https://design.tax.service.gov.uk/hmrc-design-patterns/",
"releaseNotes": "https://github.com/hmrc/hmrc-frontend/releases/tag/v{{version}}",
"versionHistory": "https://github.com/hmrc/hmrc-frontend/releases"
}
},
"pluginDependencies": [
{
"packageName": "govuk-frontend",
"minVersion": "6.0.0"
}
],
"assets": [
"/hmrc/components/banner/images",
"/hmrc/components/internal-header/images"
],
"sass": [
"/hmrc/_prototype-kit.scss"
],
"scripts": [
"/hmrc/all.js",
"/hmrc/init-all.js",
"/hmrc/accessible-autocomplete-{{PACKAGE-VERSION}}.js"
],
"stylesheets": [
"/hmrc/accessible-autocomplete-{{PACKAGE-VERSION}}.css"
],
"nunjucksPaths": [
"/"
],
"nunjucksMacros": [
{
"macroName": "hmrcAddToAList",
"importFrom": "hmrc/components/add-to-a-list/macro.njk"
},
{
"macroName": "hmrcBanner",
"importFrom": "hmrc/components/banner/macro.njk"
},
{
"macroName": "hmrcCharacterCount",
"importFrom": "hmrc/components/character-count/macro.njk"
},
{
"macroName": "hmrcFooter",
"importFrom": "hmrc/components/footer/macro.njk"
},
{
"macroName": "hmrcHeader",
"importFrom": "hmrc/components/header/macro.njk"
},
{
"macroName": "hmrcInternalHeader",
"importFrom": "hmrc/components/internal-header/macro.njk"
},
{
"macroName": "hmrcListWithActions",
"importFrom": "hmrc/components/list-with-actions/macro.njk"
},
{
"macroName": "hmrcNewTabLink",
"importFrom": "hmrc/components/new-tab-link/macro.njk"
},
{
"macroName": "hmrcNotificationBadge",
"importFrom": "hmrc/components/notification-badge/macro.njk"
},
{
"macroName": "hmrcPageHeading",
"importFrom": "hmrc/components/page-heading/macro.njk"
},
{
"macroName": "hmrcReportTechnicalIssue",
"importFrom": "hmrc/components/report-technical-issue/macro.njk"
},
{
"macroName": "hmrcServiceNavigationLanguageSelect",
"importFrom": "hmrc/components/service-navigation-language-select/macro.njk"
},
{
"macroName": "hmrcTimeline",
"importFrom": "hmrc/components/timeline/macro.njk"
},
{
"macroName": "hmrcTimeoutDialog",
"importFrom": "hmrc/components/timeout-dialog/macro.njk"
},
{
"macroName": "hmrcUserResearchBanner",
"importFrom": "hmrc/components/user-research-banner/macro.njk"
}
]
}