generated from hmcts/expressjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 5.42 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
{
"name": "fis-ds-update-web",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"start": "NODE_ENV=production ts-node --transpile-only -r tsconfig-paths/register src/main/server.ts",
"start:dev": "NODE_ENV=development yarn start:watch",
"start:docker": "NODE_ENV=docker yarn start:watch",
"start:debug": "nodemon --config nodemon.express.json",
"start:watch": "concurrently --handle-input \"nodemon --config nodemon.express.json\" \"nodemon --config nodemon.assets.json\"",
"lint": "tsc --noEmit -p tsconfig.eslint.json && eslint . --ext .js,.ts",
"build": "webpack --config webpack.config.js",
"build:prod": "NODE_ENV=production webpack --mode production --config webpack.config.js",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"fortifyScan": "./test/java/gradlew -p test/java fortifyScan",
"test:coverage": "jest --coverage",
"test:a11y": "echo 'a11y tests will be executed after functional tests' && exit 0",
"test:pa11y": "NODE_TLS_REJECT_UNAUTHORIZED=0 jest -c jest.a11y.config.js --maxWorkers 1",
"sonar-scan": "sonar-scanner",
"test:smoke": "echo 'smoke tests disabled temporarily for setup' && exit 0",
"test:functional": "echo 'functional tests disabled temporarily for setup' && exit 0",
"test:fullfunctional": "run-p test:pa11y",
"cichecks": "yarn && run-p build lint test",
"test:functional:skip": "echo 'Not running functional cases in Master' && exit 0",
"test:crossbrowser-e2e": "echo 'nope' && exit 0",
"test:crossbrowser": "./bin/run-crossbrowser-tests.sh",
"test:local": "codeceptjs run-multiple parallel",
"codeceptjs": "node $NODE_DEBUG_OPTION ./node_modules/.bin/codeceptjs --verbose",
"test:uploadFile": "MOCHAWESOME_REPORTFILENAME=functional codeceptjs run --steps -c test/functional/codecept.conf.js --reporter mocha-multi",
"test:mutation": "yarn build && NODE_ENV=test stryker run src/test/mutation/stryker.conf.js"
},
"dependencies": {
"@hmcts/cookie-manager": "^0.0.5",
"@hmcts/nodejs-healthcheck": "^1.8.0",
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/properties-volume": "^0.0.14",
"@swc/core": "^1.3.80",
"@swc/helpers": "^0.5.1",
"@swc/jest": "^0.2.29",
"@types/config": "^3.3.0",
"@types/connect-redis": "^0.0.23",
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.17",
"@types/express-session": "^1.17.7",
"@types/lodash": "^4.14.197",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.5.7",
"@types/nunjucks": "^3.2.3",
"@types/redis": "^2.8.32",
"@types/serve-favicon": "^2.5.4",
"@types/session-file-store": "^1.2.2",
"@types/toobusy-js": "^0.5.2",
"@uppy/core": "^3.4.0",
"@uppy/drop-target": "^2.0.1",
"@uppy/file-input": "^3.0.3",
"@uppy/progress-bar": "^3.0.3",
"@uppy/xhr-upload": "^3.3.2",
"applicationinsights": "^2.7.3",
"autobind-decorator": "^2.4.0",
"axios": "^0.28.0",
"config": "^3.3.9",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.9",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^6.9.0",
"express-session": "^1.17.3",
"form-data": "^4.0.0",
"govuk-frontend": "4.8.0",
"helmet": "^4.6.0",
"http-status-codes": "^2.2.0",
"jest_workaround": "^0.79.19",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"nunjucks": "^3.2.4",
"query-string": "^7.1.1",
"redis": "^3.1.2",
"sass": "^1.66.1",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.5.0",
"toobusy-js": "^0.5.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.10",
"@babel/preset-typescript": "^7.22.11",
"@stryker-mutator/core": "^7.1.1",
"@stryker-mutator/jest-runner": "^7.1.1",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/jest": "^29.5.4",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/webpack-dev-middleware": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@wdio/sauce-service": "^8.15.9",
"allure-commandline": "^2.24.0",
"axios-debug-log": "^0.8.4",
"babel-loader": "^9.1.3",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"codeceptjs": "^3.5.4",
"concurrently": "^8.2.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-prettier": "^5.0.0",
"html-webpack-plugin": "^5.5.3",
"jest": "^29.6.4",
"jest-extended": "^4.0.1",
"lint-staged": "^14.0.1",
"mini-css-extract-plugin": "^2.7.6",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi": "^1.1.7",
"mochawesome": "^7.1.3",
"moment": "^2.29.4",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"pa11y": "^6.2.3",
"playwright": "^1.37.1",
"prettier": "^3.0.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1"
},
"resolutions": {
"webpack-cli": "^5.1.4",
"http-cache-semantics": "4.1.1"
},
"packageManager": "[email protected]"
}