-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
138 lines (138 loc) · 4.83 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
{
"name": "FCO-LOI-Service",
"private": true,
"version": "0.0.1",
"description": "FCO-LOI Service Code",
"keywords": [],
"engines": {
"node": "18.x"
},
"scripts": {
"start": "NODE_ENV=development AWS_REGION=eu-west-2 node app.js 3000 --hookTimeout=90000",
"dev": "NODE_ENV=development AWS_REGION=eu-west-2 nodemon --inspect app.js 3000 --hookTimeout=90000",
"test": "NODE_ENV=development TZ='UTC' npx mocha --port 3000",
"dev-start": "npm run dev",
"debug": "node debug app.js 3000",
"start:all": "pm2 start ecosystem.config.js",
"test-report": "NODE_ENV=development TZ='UTC' node node_modules/mocha/bin/_mocha --reporter mocha-junit-reporter --reporter-options outputs=true",
"test-jenkins": "node node_modules/mocha/bin/_mocha -R xunit-file",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R tap > test.tap && istanbul report clover",
"test-win": "node node_modules/mocha/bin/_mocha --recursive -R spec",
"lint": "jshint --reporter checkstyle . > linting.xml",
"local-lint": "jshint .",
"cypress": "cypress run --browser electron --headed",
"a11y-tests": "cypress run --spec \"cypress/integration/a11y.spec.js\""
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/UKForeignOffice/loi-application-service"
},
"license": "",
"dependencies": {
"@aws-sdk/client-s3": "^3.572.0",
"@aws-sdk/s3-request-presigner": "^3.572.0",
"@ladjs/consolidate": "^1.0.3",
"@tokenizer/s3": "^0.2.3",
"amqplib": "^0.10.4",
"async": "^3.2.5",
"axios": "^1.6.8",
"body-parser": "^1.20.3",
"clamscan": "^2.2.1",
"connect-flash": "^0.1.1",
"connect-redis": "^6.1.3",
"continuation-local-storage": "^3.2.1",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.3",
"express-writer": "0.0.4",
"file-type": "^16.5.4",
"fs-extra": "^11.2.0",
"govuk_frontend_toolkit": "9.0.1",
"govuk-elements-sass": "3.1.3",
"govuk-frontend": "^4.9.0",
"grunt": "^1.6.1",
"grunt-cli": "1.4.3",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "2.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-jst": "^2.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-sails-linker": "1.0.4",
"grunt-sass": "^3.1.0",
"grunt-sync": "0.8.2",
"grunt-text-replace": "0.4.0",
"hogan.js": "3.0.2",
"include-all": "^4.0.3",
"isemail": "^3.2.0",
"isnumeric": "^0.3.3",
"lodash": "^4.17.21",
"lodash.clone": "^4.5.0",
"merge-defaults": "^0.2.1",
"minimatch": "^9.0.4",
"minimist": "1.2.8",
"mkpath": "^1.0.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nock": "^13.5.4",
"node-cache": "^5.1.2",
"numeral": "^2.0.6",
"pg": "^8.11.5",
"pg-hstore": "^2.3.4",
"postcode": "^5.1.0",
"q": "1.5.1",
"qr-image": "^3.2.0",
"qrcode-npm": "0.0.3",
"rc": "1.2.8",
"readdir": "^1.0.2",
"sails": "^1.5.11",
"sails-disk": "^2.1.2",
"sails-hook-orm": "^4.0.3",
"sails-hook-sequelize": "2.0.1",
"sails-hook-sockets": "^3.0.0",
"sails-postgresql": "^5.0.1",
"sass": "^1.77.0",
"sequelize": "^6.37.3",
"shortid": "^2.2.16",
"underscore": "^1.13.6",
"validator": "^13.12.0",
"waterline": "^0.15.2",
"winston": "^3.13.0"
},
"devDependencies": {
"@testing-library/cypress": "^10.0.1",
"assert": "^2.1.0",
"aws-sdk-client-mock": "^3.0.1",
"axe-core": "^4.9.1",
"chai": "^4.3.8",
"chai-as-promised": "^7.1.1",
"cheerio": "^1.0.0-rc.10",
"crypto": "1.0.1",
"cypress": "^13.9.0",
"cypress-axe": "^1.4.0",
"cypress-dotenv": "^2.0.0",
"cypress-file-upload": "^5.0.8",
"expect": "^29.7.0",
"gen-id": "^0.1.1",
"grunt-contrib-jshint": "3.2.0",
"grunt-mocha-test": "0.13.3",
"husky": "^8.0.3",
"istanbul": "^0.4.5",
"jshint": "^2.13.6",
"mocha": "^10.4.0",
"mocha-junit-reporter": "^2.2.1",
"mochawesome": "^7.1.3",
"nodemon": "^3.1.0",
"should": "^13.2.3",
"sinon": "^15.2.0",
"supertest": "^6.3.4",
"supertest-session": "^5.0.1",
"xunit-file": "^2.0.1"
}
}