-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
70 lines (70 loc) · 1.83 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
{
"name": "accessibility-manual",
"version": "2.2.6",
"description": "DWP Accessibility Manual",
"main": "index.njk",
"scripts": {
"start": "gulp",
"lint": "standard",
"test": "PORT=8080 NODE_ENV=test mocha --require test/assets/mocha.config.cjs --recursive --parallel --timeout 1200000 --exit",
"coverage": "PORT=8080 NODE_ENV=test nyc mocha --require test/assets/mocha.config.cjs --recursive --parallel --timeout 1200000 --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dwp/accessibility-manual.git"
},
"author": "Craig Abbott",
"license": "MIT",
"bugs": {
"url": "https://accessibility-manual.dwp.gov.uk"
},
"homepage": "https://accessibility-manual.dwp.gov.uk",
"engines": {
"node": "16.15.0"
},
"dependencies": {
"express": "^4.18.1",
"govuk-frontend": "^3.14.0",
"gray-matter": "^4.0.3",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"highlight.js": "^11.5.1",
"jquery": "^3.6.0",
"js-beautify": "^1.14.3",
"markdown-it": "^13.0.1",
"marked": "^4.0.15",
"node-sass": "^7.0.1",
"nunjucks": "^3.2.3",
"nunjucks-highlight.js": "0.0.5",
"nunjucks-markdown": "^2.0.1",
"require-dir": "^1.0.0",
"slugify": "^1.6.5",
"wcagify": "^1.4.1",
"webpack": "^5.72.0",
"webpack-stream": "^7.0.0"
},
"devDependencies": {
"@axe-core/webdriverjs": "^4.5.2",
"babel-eslint": "^10.1.0",
"chai": "^4.3.6",
"chai-spies": "^1.0.0",
"chai-string": "^1.5.0",
"chromedriver": "^107.0.3",
"got": "^11.8.3",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"selenium-webdriver": "^4.6.1",
"standard": "^17.0.0"
},
"standard": {
"env": [
"mocha"
],
"ignore": [
"**/html5shiv.js"
]
}
}