generated from DEFRA/ffc-grants-addvalue-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 2.71 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
{
"name": "ffc-grants-slurry-web",
"version": "3.13.11",
"description": "Web frontend for FTF Slurry Infrastructure scheme",
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
"main": "app/index.js",
"scripts": {
"build": "webpack",
"build:watch": "webpack --watch",
"lint": "standard",
"lint-fix": "standard --fix",
"test": "jest --runInBand --detectOpenHandles",
"test:watch": "jest --watch",
"start:watch": "npm-run-all --parallel build:watch start:nodemon",
"start:nodemon": "nodemon --verbose --inspect=0.0.0.0 --ext js,njk --legacy-watch app/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DEFRA/ffc-grants-slurry-web.git"
},
"author": "Defra",
"contributors": [
"Paul Andrews <[email protected]>",
"Satish Chatap github.com/govTechSatish",
"Madiha Khan github.com/diya2214",
"Ogbu Olu github.com/ogbk",
"Ellie Tahmasebi github.com/ellietms"
],
"license": "OGL-UK-3.0",
"bugs": {
"url": "https://github.com/DEFRA/ffc-grants-slurry-web/issues"
},
"dependencies": {
"@defra/hapi-gapi": "^2.1.1",
"@hapi/catbox-redis": "^6.0.2",
"@hapi/cookie": "^11.0.2",
"@hapi/crumb": "^8.0.1",
"@hapi/hapi": "^20.1.5",
"@hapi/inert": "^6.0.3",
"@hapi/vision": "^6.1.0",
"@hapi/wreck": "^17.1.0",
"@hapi/yar": "^10.1.0",
"applicationinsights": "^2.5.0",
"bcrypt": "^5.0.1",
"dialog-polyfill": "^0.5.6",
"dotenv": "^16.0.1",
"ffc-messaging": "^2.9.1",
"ffc-protective-monitoring": "^1.0.4",
"govuk-frontend": "^5.4.0",
"joi": "^17.4.2",
"nunjucks": "^3.2.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@hapi/catbox-memory": "^5.0.1",
"@wdio/cli": "^9.0.7",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.1.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"mini-css-extract-plugin": "^1.6.1",
"nodemon": "^2.0.7",
"npm-run-all": "^4.1.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.26.10",
"sass-loader": "^10.0.2",
"standard": "^16.0.3",
"string-replace-loader": "^3.0.2",
"style-loader": "^1.2.1",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
},
"overrides": {
"@azure/identity": {
"jsonwebtoken": "9.0.0"
},
"semver": "7.5.3",
"import-in-the-middle": "1.4.2"
},
"standard": {
"globals": [
"describe",
"beforeEach",
"expect",
"it",
"test",
"afterEach",
"jest",
"beforeAll",
"afterAll",
"browser",
"assert",
"$",
"XMLHttpRequest"
]
},
"nodemonConfig": {
"ignore": [
"**/test-output/**"
]
}
}