-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
161 lines (161 loc) · 5.13 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/register": "^7.16.7",
"@cypress/code-coverage": "^3.9.11",
"@cypress/skip-test": "^2.6.1",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"acorn": "^8.5.0",
"ansi-colors": "^4.1.1",
"auto-vo": "^1.4.0",
"axe-core": "^4.3.3",
"axe-webdriverjs": "^2.3.0",
"babel-jest": "^27.2.4",
"babel-plugin-istanbul": "^6.1.1",
"basic-auth": "^2.0.0",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.11.1",
"client-sessions": "^0.8.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.2",
"cypress": "^8.5.0",
"cypress-audit": "^1.0.0",
"cypress-axe": "^0.13.0",
"cypress-fail-fast": "^3.3.0",
"cypress-log-to-output": "^1.1.2",
"cypress-mochawesome-reporter": "^2.3.0",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-ie11": "^1.0.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jest": "^24.5.0",
"eslint-plugin-jest-formatting": "^3.0.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-sonarjs": "^0.10.0",
"express": "^4.17.1",
"express-session": "^1.13.0",
"express-writer": "0.0.4",
"fancy-log": "^1.3.3",
"glob": "^7.2.0",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^3.13.1",
"govuk_frontend_toolkit": "^9.0.1",
"govuk_template_jinja": "^0.26.0",
"gulp": "^4.0.0",
"gulp-nodemon": "^2.5.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"highlight.js": "^11.2.0",
"hmrc-frontend": "^2.5.0",
"iframe-resizer": "^4.3.2",
"inquirer": "^8.1.5",
"istanbul-lib-coverage": "^3.0.1",
"jest": "^27.2.4",
"jest-runner-eslint": "^0.11.1",
"jest-runner-mocha": "^0.6.0",
"jest-runner-prettier": "^0.3.7",
"keypather": "^3.0.0",
"marked": "^3.0.4",
"mocha": "^9.1.3",
"mocha-eslint": "^7.0.0",
"mocha-junit-reporter": "^2.0.2",
"mocha-multi-reporters": "^1.5.1",
"mochawesome": "^6.3.1",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^5.2.0",
"notifications-node-client": "^5.1.0",
"npm-run-all": "^4.1.5",
"nunjucks": "^3.2.1",
"nyc": "^15.1.0",
"portscanner": "^2.1.1",
"pre-commit": "^1.2.2",
"require-dir": "^1.0.0",
"sass": "^1.42.1",
"sass-migrator": "^1.5.2",
"stop-only": "^3.1.2",
"stylelint": "^13.13.1",
"stylelint-a11y": "^1.2.3",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-sass-guidelines": "^8.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"supertest": "^6.1.6",
"sync-request": "^6.0.0",
"universal-analytics": "^0.4.16",
"uuid": "^8.3.2"
},
"description": "To promote testing in a way that makes people think about accessibility as they use these components in their daily jobs.",
"engines": {
"node": ">=10.0.0 <16.0.0"
},
"greenkeeper": {
"ignore": [
"nunjucks"
]
},
"name": "govuk-prototype-kit",
"pre-commit": [
"precommit-msg",
"lint"
],
"private": true,
"quokka": {
"babel": true,
"env": {
"browser": true,
"cypress": true,
"es6": true,
"jest": true,
"mocha": true,
"node": true
},
"globals": {
"afterAll": true,
"afterEach": true,
"beforeAll": true,
"beforeEach": true,
"cy": true,
"describe": true,
"expect": true,
"it": true
}
},
"scripts": {
"browserslist": "npx browserslist@latest --update-db",
"check": "npx npm-check -u",
"cover": "run-s cover:merge cover:report",
"cover:merge": "nyc merge .nyc_output coverage/coverage.json",
"cover:report": "nyc report --reporter=lcov --reporter=text-summary",
"cypress:clear": "cypress cache clear",
"cypress:install": "cypress install",
"cypress:open": "cypress open",
"cypress:run": "cypress run --browser chrome --reporter-options reportDir='cypress/results',overwrite=false,html=true,json=true",
"derp": "npx install-peerdeps --",
"lint": "run-s lint:js lint:scss",
"lint:js": "eslint --fix './app/**/*.js' './cypress/**/*.js'",
"lint:scss": "stylelint --fix 'app/assets/sass/**/*.scss' 'app/views/macros/**/*.scss'",
"migrator": "sass-migrator division '**/*.scss'",
"postinstall": "run-s browserslist migrator lint cypress:install",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"precover:merge": "mv coverage/coverage-final.json .nyc_output",
"start": "NODE_ENV=e2e nyc node start.js",
"start:coverage": "NODE_ENV=e2e npm start",
"test": "NODE_ENV=test nyc --nycrc-path=.nycrc npm run cypress:run",
"test:jest": "NODE_ENV=test npm run lint && gulp generate-assets && jest"
},
"version": "9.14.1",
"wallaby": {
"autoDetect": true
}
}