-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.79 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
{
"name": "trade-tariff-commodi-tea",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rm -rf dist",
"build": "tsc",
"start": "node ./dist/src/app.js",
"dev": "ts-node src/app.ts",
"lint": "eslint . --ext .ts",
"fix": "eslint . --ext .ts --fix"
},
"dependencies": {
"@sentry/node": "^7.109.0",
"@types/cookie-session": "^2.0.49",
"axios": "^1.7.5",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.1.0",
"dotenv": "^16.4.5",
"express": "^4.20.0",
"express-nunjucks": "^3.1.2",
"express-openid-connect": "^2.17.1",
"express-validator": "^7.1.0",
"govuk-frontend": "^5.4.1",
"helmet": "^7.1.0",
"http-errors": "~2.0.0",
"morgan": "^1.10.0",
"nunjucks": "^3.2.4",
"pg": "^8.12.0",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.3",
"sequelize-cli": "^6.6.2",
"serve-favicon": "^2.5.0",
"winston": "^3.13.0",
"yaml": "^2.5.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@sentry/node": "^7.109.0",
"@sentry/types": "^7.109.0",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/jasmine": "^5.1.4",
"@types/morgan": "^1.9.9",
"@types/node": "^22.1.0",
"@types/nunjucks": "^3.2.6",
"@types/sequelize": "^4.28.20",
"@types/serve-favicon": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"debug": "~4.3.4",
"eslint": "^8.0.1",
"eslint-config-standard-with-typescript": "^43.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"globals": "^15.8.0",
"jasmine": "^5.1.0",
"jasmine-spec-reporter": "^7.0.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.16.0"
}
}