forked from hmcts/et-sya-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.23 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
{
"name": "et-sya",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"start": "NODE_ENV=production ./node_modules/.bin/ts-node -r tsconfig-paths/register src/main/server.ts",
"start:dev": "nodemon --config nodemon.json",
"lint": "sass-lint -v -q && eslint . --ext .js,.jsx,.ts,.tsx --fix && prettier --check ./src/",
"build": "yarn webpack --config webpack.config.js",
"build:prod": "NODE_ENV=production yarn webpack --mode production --config webpack.config.js",
"test": "jest",
"test:coverage": "jest --coverage",
"test:routes": "jest -c jest.routes.config.js",
"test:a11y": "jest -c jest.a11y.config.js --maxWorkers 15",
"sonar-scan": "sonar-scanner",
"test:smoke": "export NODE_TLS_REJECT_UNAUTHORIZED=0 && jest -c jest.smoke.config.js",
"test:functional": "NODE_TLS_REJECT_UNAUTHORIZED=0 codeceptjs --config ./src/test/functional/codecept.conf.js run-workers 2 parallel",
"cichecks": "yarn && yarn build && yarn lint && yarn test && yarn test:routes && yarn test:a11y",
"prepare": "husky install"
},
"dependencies": {
"@hmcts/frontend": "^0.0.50-alpha",
"@hmcts/info-provider": "^1.0.0",
"@hmcts/nodejs-healthcheck": "^1.7.0",
"@hmcts/nodejs-logging": "^3.0.2",
"@hmcts/properties-volume": "^0.0.13",
"@types/config": "^0.0.41",
"@types/cookie-parser": "^1.4.2",
"@types/csurf": "^1.9.36",
"@types/es6-promisify": "^6.0.1",
"@types/express": "^4.17.9",
"@types/express-session": "^1.17.4",
"@types/glob": "^7.2.0",
"@types/google-libphonenumber": "^7.4.23",
"@types/helmet": "^4.0.0",
"@types/i18next": "^13.0.0",
"@types/lodash": "^4.14.165",
"@types/node": "^17.0.18",
"@types/nunjucks": "^3.1.3",
"@types/require-directory": "^2.1.1",
"@types/serve-favicon": "^2.5.1",
"@types/sinon": "^10.0.10",
"applicationinsights": "^2.2.0",
"awilix": "^6.0.0",
"axios": "^0.26.0",
"codeceptjs": "^3.2.3",
"config": "^3.3.2",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"dayjs": "^1.10.7",
"express": "^4.17.3",
"express-nunjucks": "^2.2.5",
"express-session": "^1.17.2",
"glob": "^7.1.6",
"google-libphonenumber": "^3.2.26",
"govuk-frontend": "^4.0.1",
"helmet": "^4.2.0",
"i18next": "^21.6.0",
"i18next-http-middleware": "^3.1.4",
"jquery": "^3.5.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.20",
"nunjucks": "^3.2.2",
"prettier": "^2.5.1",
"puppeteer": "^13.2.0",
"require-directory": "^2.1.1",
"serve-favicon": "^2.5.0",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.9.0",
"typescript": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@types/chai-as-promised": "^7.1.4",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/jest": "^27.4.0",
"@types/mini-css-extract-plugin": "^2.5.1",
"@types/supertest": "^2.0.8",
"@types/webpack-dev-middleware": "^5.3.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.3",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"debug": "^4.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.5.0",
"lint-staged": "^12.3.3",
"mini-css-extract-plugin": "^2.5.3",
"nock": "^13.2.4",
"node-sass": "^7.0.1",
"nodemon": "^2.0.15",
"pa11y": "^6.1.1",
"request": "^2.88.0",
"sass-lint": "^1.13.1",
"sass-loader": "^12.6.0",
"sinon": "^13.0.1",
"sinon-chai": "^3.4.0",
"sonar-scanner": "^3.1.0",
"style-loader": "^3.3.1",
"supertest": "^6.1.6",
"ts-jest": "^27.1.3",
"ts-loader": "^9.2.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"webdriverio": "^7.16.13",
"webpack": "^5.69.1",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.1",
"webpack-node-externals": "^3.0.0"
},
"resolutions": {
"**/**/ansi-regex": "^5.0.1"
}
}