-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.29 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
{
"name": "ui-claim",
"version": "1.33.0",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"prepare": "husky install",
"postinstall": "npm run build",
"start:dev": "npm run build && DEBUG=casa*,ui-claim* npm run start",
"build": "gulp build",
"test": "npm run test:unit",
"test:unit": "mocha \"test/unit/**/*.js\"",
"test:coverage": "nyc --reporter=html --reporter=text npm run test",
"start": "NODE_PATH=./app/ node ."
},
"keywords": [],
"author": "Health PDU",
"license": "MIT",
"dependencies": {
"@dwp/dwp-cryptoservice": "2.3.1-release.842028270",
"@dwp/govuk-casa": "7.2.0",
"@ministryofjustice/frontend": "3.3.1",
"axios": "1.7.9",
"body-parser": "1.20.3",
"busboy": "1.6.0",
"compression": "1.7.5",
"config": "3.3.12",
"connect-redis": "8.0.1",
"cookie-parser": "1.4.7",
"dateformat": "5.0.3",
"dayjs": "1.11.13",
"debug": "4.4.0",
"deepcopy": "2.1.0",
"express": "4.21.2",
"express-session": "1.18.1",
"form-data": "4.0.1",
"graphlib": "2.1.8",
"graphlib-dot": "0.6.4",
"hmrc-frontend": "5.66.0",
"ioredis": "5.4.2",
"jquery": "3.7.1",
"jwt-decode": "4.0.0",
"jwt-encode": "1.0.1",
"luxon": "3.5.0",
"minimist": "1.2.8",
"nhsuk-frontend": "8.3.0",
"nunjucks": "3.2.4",
"pino": "9.6.0",
"pino-pretty": "13.0.0",
"qs": "6.13.1",
"session-file-store": "1.5.0",
"tunnel": "0.0.6",
"uuid": "11.0.5",
"xml2js": "0.6.2"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.4",
"@dwp/eslint-config-base": "7.0.0",
"acorn": "8.12.1",
"babelify": "10.0.0",
"browserify": "17.0.0",
"chai": "5.1.1",
"chai-as-promised": "7.1.2",
"eslint": "8.42.0",
"eslint-formatter-table": "7.32.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-unicorn": "47.0.0",
"gulp": "5.0.0",
"gulp-concat": "2.6.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-uglify": "3.0.2",
"husky": "9.1.5",
"json5": "2.2.3",
"mocha": "10.7.3",
"nyc": "17.0.0",
"rewire": "7.0.0",
"sass": "1.77.8",
"sinon": "18.0.0",
"sinon-chai": "3.7.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0"
}
}