-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
146 lines (146 loc) · 4.53 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
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "hof",
"description": "A bootstrap for HOF projects",
"version": "21.1.3",
"license": "MIT",
"main": "index.js",
"author": "HomeOffice",
"engines": {
"node": ">=10.22.1",
"npm": ">=6.14.0"
},
"bin": {
"hof-build": "./bin/hof-build",
"hof-transpiler": "./bin/hof-transpiler"
},
"repository": {
"type": "git",
"url": "https://github.com/UKHomeOfficeForms/hof.git"
},
"bugs": {
"url": "https://github.com/UKHomeOfficeForms/hof/issues"
},
"scripts": {
"test": "yarn run unit && yarn run test:cookie-banner && yarn run test:functional && yarn run test:client && yarn run test:lint",
"unit": "LOG_LEVEL=error nyc _mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"unit:nocov": "LOG_LEVEL=error mocha \"test/**/*.spec.js\" \"sandbox/test/**/*.spec.js\"",
"test:lint": "eslint . --config ./node_modules/eslint-config-hof/default.js",
"test:functional": "funkie mocha ./test/functional-tests --timeout 20000 --exit",
"test:client": "karma start test/frontend/toolkit/karma.conf.js",
"test:cookie-banner": "jest test/frontend/jest",
"test:acceptance": "TAGS=\"${TAGS:=@feature}\" yarn run test:cucumber",
"test:acceptance_browser": "ACCEPTANCE_WITH_BROWSER=true TAGS=\"${TAGS:=@feature}\" yarn run test:cucumber",
"test:cucumber": "cucumber-js -f @cucumber/pretty-formatter \"sandbox/test/_features/**/*.feature\" --require sandbox/test/_features/test.setup.js --require \"sandbox/test/_features/step_definitions/**/*.js\" --tags $TAGS",
"ci": "travis-conditions",
"postversion": "git push && git push --tags"
},
"dependencies": {
"aliasify": "^2.1.0",
"axios": "^1.5.1",
"bluebird": "^3.7.2",
"body-parser": "^1.15.1",
"browserify": "^17.0.0",
"callsite": "^1.0.0",
"chalk": "^2.0.0",
"chokidar": "^3.4.0",
"connect-redis": "^5.2.0",
"cookie-parser": "^1.4.6",
"cp": "^0.2.0",
"csrf": "^3.1.0",
"debug": "^4.3.1",
"deprecate": "^1.0.0",
"dotenv": "^4.0.0",
"duplexify": "^3.5.0",
"express": "^4.17.1",
"express-healthcheck": "^0.1.0",
"express-partial-templates": "^0.2.1",
"express-session": "^1.13.0",
"findup": "^0.1.5",
"glob": "^7.2.0",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "3.15",
"govuk_template_mustache": "^0.26.0",
"helmet": "^3.22.0",
"hogan-express-strict": "^0.5.4",
"hogan.js": "^3.0.2",
"homeoffice-countries": "^0.1.0",
"i18n-future": "^2.0.0",
"i18n-lookup": "^0.1.0",
"is-pdf": "^1.0.0",
"libphonenumber-js": "^1.9.44",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"minimatch": "^3.0.7",
"minimist": "^1.2.6",
"mixwith": "^0.1.1",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"mustache": "^4.2.0",
"nodemailer": "^6.6.3",
"nodemailer-ses-transport": "^1.5.1",
"nodemailer-smtp-transport": "^2.7.4",
"nodemailer-stub-transport": "^1.1.0",
"notifications-node-client": "^8.2.0",
"redis": "^3.1.2",
"reqres": "^3.0.1",
"rimraf": "^3.0.2",
"sass": "^1.56.2",
"serve-static": "^1.14.1",
"uglify-js": "^3.14.3",
"underscore": "^1.13.6",
"urijs": "^1.19.11",
"uuid": "^8.3.2",
"winston": "^3.7.2"
},
"devDependencies": {
"@cucumber/cucumber": "^7.3.0",
"@cucumber/pretty-formatter": "^1.0.0-alpha.1",
"@types/jest": "^26.0.14",
"@xmldom/xmldom": "~0.8.4",
"chai": "^3.5.0",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"concat-stream": "^1.4.7",
"csv": "^5.3.2",
"eslint": "^7.30.0",
"eslint-config-hof": "^1.1.0",
"funkie": "0.0.5",
"funkie-phantom": "0.0.1",
"istanbul": "^0.4.3",
"jest": "^26.5.0",
"jquery": "^3.6.0",
"karma": "^6.3.4",
"karma-browserify": "^8.0.0",
"karma-chai": "^0.1.0",
"karma-cli": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-phantomjs-launcher": "^1.0.4",
"mocha": "^8.4.0",
"mocha-sandbox": "^1.0.0",
"node-mocks-http": "^1.6.2",
"npm-run-all": "^3.1.1",
"nyc": "^15.1.0",
"playwright": "^1.16.3",
"postcode": "0.2.2",
"proxyquire": "^1.7.11",
"release-it": "^16.2.1",
"sinon": "^11.1.1",
"sinon-chai": "^3.7.0",
"supertest": "^3.0.0",
"travis-conditions": "0.0.0",
"watchify": "^4.0.0",
"webdriverio": "^4.14.4"
},
"mocha": {
"reporter": "spec",
"require": "test/common.js",
"recursive": "true",
"timeout": "9000",
"exit": "true"
},
"resolutions": {
"underscore": "^1.12.1",
"cached-path-relative": "^1.1.0",
"shell-quote": "^1.7.3"
}
}