-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
86 lines (86 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
{
"name": "@hmcts/one-per-page",
"description": "One question per page apps made easy",
"homepage": "https://github.com/hmcts/one-per-page#readme",
"version": "6.0.1",
"main": "./src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/one-per-page.git"
},
"bugs": {
"url": "https://github.com/hmcts/one-per-page/issues"
},
"dependencies": {
"@log4js-node/log4js-api": "^1.0.2",
"body-parser": "^2.0.1",
"callsites": "^3.1.0",
"colors": "^1.4.0",
"config": "^3.3.12",
"connect-redis": "^3.4.2",
"cookie-parser": "^1.4.6",
"cryptiles": "^4.1.3",
"csurf": "^1.11.0",
"debug": "^4.3.7",
"deepmerge": "4.3.1",
"express": "^4.21.0",
"express-nunjucks": "^2.2.5",
"express-session": "^1.18.0",
"glob": "^8.1.0",
"hoek": "^6.1.3",
"http-status-codes": "^2.3.0",
"i18next": "^12.1.0",
"joi": "^17.13.3",
"js-yaml": "^4.1.0",
"moment": "^2.30.1",
"node-emoji": "^1.11.0",
"nunjucks": "^3.2.4",
"option": "^0.2.4",
"router": "^1.3.8",
"sanitizer": "^0.1.3",
"slug": "^9.1.0",
"sshpk": "^1.18.0",
"traverse": "^0.6.10",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@hmcts/eslint-config": "^1.4.0",
"@hmcts/tech-docs": "^0.4.0",
"chai": "^4.5.0",
"chai-as-promised": "^7.1.2",
"chai-jq": "^0.0.9",
"codacy-coverage": "^3.4.0",
"domino": "^2.1.6",
"eslint": "^8.57.1",
"jquery": "^3.7.1",
"mocha": "^10.7.3",
"nyc": "^15.1.0",
"proxyquire": "^2.1.3",
"sinon": "^17.0.2",
"sinon-chai": "^3.7.0",
"supertest": "^7.0.0",
"zepto-node": "^1.0.0"
},
"resolutions": {
"atob": "^2.1.2",
"cryptiles": "^4.1.3",
"hoek": "^6.1.3",
"macaddress": "^0.5.3",
"sshpk": "^1.18.0"
},
"engines": {
"node": ">=6.0"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | tee coverage.lcov | codacy-coverage",
"docs": "tech-docs --use-http --watch",
"heroku-postbuild": "yarn remove @hmcts/tech-docs; yarn add @hmcts/tech-docs",
"lint": "eslint .",
"serve-docs": "tech-docs -p $PORT -d $URL",
"test": "NODE_PATH=. NODE_ENV=testing nyc --reporter=text-summary mocha --exit 'test/**/*.test.js'"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}