forked from hmcts/sptribs-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (165 loc) · 5.57 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "sptribs-frontend",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=18.16.0"
},
"scripts": {
"prepare": "husky install",
"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": "jest",
"check": "concurrently npm run lint -- --fix \"npm run test:coverage\" ",
"fortifyScan": "./src/test/java/gradlew -p src/test/java fortifyScan",
"test:coverage": "jest --coverage",
"test:a11y": "echo 'covered in nightly E2E' && exit 0",
"sonar-scan": "sonar-scanner",
"test:smoke": "jest -c jest.smoke.config.js",
"test:functional": "echo 'covered in nightly E2E' && exit 0",
"test:fullfunctional": "echo 'covered in nightly E2E' && exit 0",
"cichecks": "yarn && run-p build lint test",
"test:crossbrowser-e2e": "echo 'covered in nightly E2E' && exit 0",
"test:crossbrowser": "echo 'covered in nightly E2E' && exit 0"
},
"dependencies": {
"@hmcts/cookie-manager": "^1.0.0",
"@hmcts/frontend": "^0.0.50-alpha",
"@hmcts/nodejs-healthcheck": "^1.8.0",
"@hmcts/nodejs-logging": "^4.0.4",
"@hmcts/properties-volume": "^1.0.0",
"@types/autobind-decorator": "^2.1.0",
"@types/config": "^3.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.11.4",
"@types/es6-promisify": "^6.0.3",
"@types/express": "^4.17.20",
"@types/express-session": "^1.17.4",
"@types/glob": "^8.0.0",
"@types/lodash": "^4.14.201",
"@types/multer": "^1.4.7",
"@types/negotiator": "^0.6.1",
"@types/node": "^20.8.9",
"@types/nunjucks": "^3.2.1",
"@types/require-directory": "^2.1.4",
"@types/serve-favicon": "^2.5.3",
"@types/session-file-store": "^1.2.5",
"@types/toobusy-js": "^0.5.2",
"@types/uuid": "^9.0.7",
"@uppy/core": "^2.1.4",
"@uppy/drop-target": "^2.0.2",
"@uppy/file-input": "^2.0.5",
"@uppy/progress-bar": "^2.0.4",
"@uppy/xhr-upload": "^2.0.7",
"applicationinsights": "^2.5.0",
"autobind-decorator": "^2.4.0",
"axios": "^1.6.2",
"config": "^3.3.7",
"connect-redis": "^7.1.0",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dayjs": "^1.11.1",
"email-validator": "^2.0.4",
"express": "^4.18.0",
"express-fileupload": "^1.3.1",
"express-http-proxy": "^2.0.0",
"express-nunjucks": "^3.0.0",
"express-session": "^1.17.2",
"follow-redirects": "^1.15.5",
"form-data": "^4.0.0",
"glob": "^10.0.0",
"govuk-frontend": "^4.0.0",
"helmet": "^4.6.0",
"http-status-codes": "^2.2.0",
"js-yaml": "^4.1.0",
"jwt-decode": "^3.1.2",
"kill": "^0.0.2",
"kill-port": "^2.0.1",
"lodash": "^4.17.21",
"negotiator": "^0.6.3",
"nunjucks": "^3.2.4",
"otplib": "^12.0.1",
"redis": "^4.6.10",
"require-directory": "^2.1.1",
"serve-favicon": "^2.5.0",
"session-file-store": "^1.5.0",
"toobusy-js": "^0.5.1",
"ts-node": "^10.4.0",
"tsconfig-paths": "^4.0.0",
"typescript": "^4.6.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@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": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@wdio/sauce-service": "^8.15.9",
"allure-commandline": "^2.24.0",
"ansi-regex": "^6.0.0",
"axios-debug-log": "^1.0.0",
"babel-loader": "^9.0.0",
"chai": "^4.3.5",
"chai-as-promised": "^7.1.1",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"decode-uri-component": "^0.4.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^25.7.0",
"eslint-plugin-prettier": "^4.0.0",
"html-webpack-plugin": "^5.5.3",
"http-cache-semantics": "^4.1.1",
"husky": "^8.0.0",
"jest": "^26.6.3",
"jest-extended": "^4.0.1",
"lint-staged": "^15.0.2",
"mini-css-extract-plugin": "^2.7.6",
"mocha-junit-reporter": "^2.0.0",
"mocha-multi": "^1.1.6",
"mochawesome": "7.1.3",
"moment": "^2.29.3",
"node-sass": "^9.0.0",
"nodemon": "^3.0.0",
"npm-run-all2": "^5.0.0",
"pa11y": "^6.1.0",
"postcss": "^8.4.31",
"prettier": "^2.5.1",
"sass-loader": "^13.0.0",
"semver": "^7.5.2",
"sonar-scanner": "^3.1.0",
"style-loader": "^3.3.1",
"ts-jest": "^26.5.6",
"ts-loader": "^9.2.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"webdriverio": "^8.0.0",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^6.1.1",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"@babel/traverse": "^7.23.2",
"axios": "^1.6.1",
"follow-redirects": "^1.15.5",
"got": "^13.0.0",
"postcss": "^8.4.31",
"semver": "^7.5.2",
"serialize-javascript": "^6.0.1"
},
"packageManager": "yarn@3.8.0"
}