This repository was archived by the owner on Feb 2, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.03 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.03 KB
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
{
"name": "express-prototype",
"description": "GOVUK prototyping app in Express",
"author": "HMCTS",
"license": "MIT",
"version": "5.0.0",
"private": true,
"engines": {
"node": ">=6.0 <7.0"
},
"scripts": {
"start": "node start.js",
"setup": "gulp generate-assets",
"preinstall": "npx npm-force-resolutions"
},
"resolutions": {
"graceful-fs": "4.2.3"
},
"dependencies": {
"basic-auth": "^1.0.3",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.19.0",
"browser-sync": "^2.26.7",
"cookie-parser": "^1.4.3",
"cross-spawn": "^5.1.0",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-writer": "0.0.4",
"forever": "^0.15.3",
"govuk-elements-sass": "^3.0.1",
"govuk_frontend_toolkit": "^5.1.2",
"govuk_template_jinja": "^0.26.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-mocha": "^4.0.1",
"gulp-nodemon": "^2.4.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-util": "^3.0.8",
"lodash.isequal": "^4.5.0",
"marked": "^0.8.2",
"minimist": "^1.2.3",
"moment": "^2.29.1",
"notifications-node-client": "^3.0.0",
"npm": "^6.14.6",
"numeral": "^2.0.6",
"nunjucks": "^2.5.2",
"nunjucks-numeral-filter": "0.0.2",
"portscanner": "^2.1.1",
"prompt": "^1.0.0",
"readdir": "^0.0.13",
"request": "^2.88.2",
"request-promise-native": "^1.0.3",
"require-dir": "^0.3.2",
"run-sequence": "^1.2.2",
"serve-favicon": "^2.5.0",
"standard": "^9.0.0",
"supertest": "^3.4.2",
"sync-request": "^4.0.1"
},
"devDependencies": {
"node-sass": "^4.14.0",
"nunjucks-date-filter": "^0.1.1"
},
"main": "Gruntfile.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmcts/cmc-prototype.git"
},
"bugs": {
"url": "https://github.com/hmcts/cmc-prototype/issues"
},
"homepage": "https://github.com/hmcts/cmc-prototype#readme"
}