-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
123 lines (123 loc) · 4.05 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
{
"name": "omis-frontend",
"version": "1.0.0",
"description": "The public front end for OMIS",
"main": "src/app/app.js",
"engines": {
"node": "20.11.1"
},
"scripts": {
"start": "NODE_ENV=production node --use-strict src/app/server.js",
"develop": "run-p watch:app:*",
"clean": "del .build",
"build": "npm run clean && webpack",
"test": "npm run test:unit",
"test:unit": "NODE_ENV=development LOG_LEVEL=info JASMINE_CONFIG_PATH=src/test/app/jasmine.json jasmine",
"test:e2e": "CYPRESS_coverage=false cypress run --config '{\"specPattern\":[\"test/end-to-end/cypress/*.js\"]}' --browser chrome",
"test:e2e:watch": "CYPRESS_coverage=false cypress open --config '{\"specPattern\":[\"test/end-to-end/cypress/*.js\"]}' --e2e --browser chrome",
"lint": "npm-run-all lint:all:*",
"lint:all:js": "eslint ./test ./src",
"lint:modified:js": "CHANGED_FILES=$(git diff --staged --name-only -- '*.js'); if [ \"$CHANGED_FILES\" ]; then eslint $(echo $CHANGED_FILES); fi",
"watch:app:client": "webpack --watch --progress",
"watch:app:server": "nodemon $NODE_DEBUG_OPTION --use-strict",
"heroku-postbuild": "npm rebuild && npm run build",
"dependabot:update-sentry": "npm install @sentry/node@latest @sentry/profiling-node@latest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uktrade/omis-frontend.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/uktrade/omis-frontend/issues"
},
"homepage": "https://github.com/uktrade/omis-frontend#readme",
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.7",
"@babel/preset-env": "^7.26.0",
"@sentry/node": "^8.37.1",
"@sentry/profiling-node": "^8.37.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"babel-loader": "^9.2.1",
"body-parser": "^1.20.3",
"case": "^1.5.5",
"client-sessions": "^0.8.0",
"compression": "^1.7.5",
"cookie-parser": "^1.4.7",
"css-loader": "^7.1.1",
"csurf": "^1.9.0",
"date-fns": "^2.3.0",
"del-cli": "^6.0.0",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-session": "^1.18.1",
"express-sslify": "^1.2.0",
"govuk_frontend_toolkit": "^9.0.1",
"hawk": "^9.0.2",
"image-minimizer-webpack-plugin": "^4.1.0",
"image-webpack-loader": "^8.1.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^8.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^10.0.1",
"lodash": "^4.17.10",
"markdown-it": "^14.0.0",
"memorystore": "^1.6.0",
"mini-css-extract-plugin": "^2.9.2",
"morgan": "^1.9.0",
"npm-run-all": "^4.1.5",
"numeral": "^2.0.6",
"nunjucks": "^3.2.4",
"nunjucks-markdown": "^2.0.1",
"postcss-loader": "^8.1.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"serve-favicon": "^2.5.0",
"std-mocks": "^2.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.96.1",
"webpack-assets-manifest": "^5.2.1",
"webpack-cli": "^5.1.4",
"webpack-merge": "^6.0.1",
"winston": "^3.17.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.9",
"browser-sync": "^3.0.3",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"chai": "^5.1.2",
"chai-as-promised": "^8.0.0",
"chai-subset": "^1.6.0",
"cypress": "^13.15.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"jasmine": "^5.4.0",
"jasmine-core": "^5.4.0",
"nock": "^13.5.6",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"proxyquire": "^2.0.1",
"sinon": "^19.0.2"
},
"overrides": {
"semver-regex": "3.1.4",
"qs": "6.2.4",
"http-cache-semantics": "4.1.1",
"semver": "^7.5.2",
"trim-newlines": "^3.0.1",
"path-to-regexp": "8.0.0",
"express": {
"path-to-regexp": "0.1.10"
},
"send": "0.19.0",
"serve-static": "1.16.2"
}
}