-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.74 KB
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
{
"name": "euss-web-messenger",
"description": "Home Office Euss Web Messenger",
"private": true,
"version": "1.0.0",
"source": "src/index.html",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "TZ=UTC jest --coverage",
"bddgen": "bddgen",
"test:e2e": "bddgen && playwright test",
"test:e2e:headed": "bddgen && playwright test --headed",
"test:e2e:debug": "bddgen && playwright test --debug",
"test:e2e:report": "playwright show-report",
"playwright:install": "playwright install",
"lint": "eslint src/",
"lint:ci": "NODE_OPTIONS=--max-old-space-size=4096 eslint src/",
"lint:fix": "eslint src/ --fix"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@hods/loading-spinner": "0.5.1",
"@hods/sass-base": "0.5.1",
"govuk-frontend": "5.11.0",
"hof-genesys-chat-component": "0.6.0",
"js-cookie": "3.0.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router": "7.7.0"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.4",
"@babel/preset-env": "7.28.0",
"@babel/preset-react": "7.27.1",
"@playwright/test": "^1.55.0",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@vitejs/plugin-react": "^6.0.1",
"babel-jest": "30.0.5",
"eslint": "9.36.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "6.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "30.0.5",
"jest-axe": "10.0.0",
"jest-environment-jsdom": "30.0.5",
"playwright-bdd": "^8.5.1",
"sass-embedded": "^1.98.0",
"vite": "^8.0.3"
}
}