-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4.08 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
{
"name": "data-dashboard-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env npm-run-all --parallel dev:next dev:mock-server",
"dev:next": "next dev",
"dev:mock-server": "nodemon ./src/mock-server/index.ts",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"lighthouse": "npx unlighthouse",
"tsc": "npx tsc --noEmit",
"test": "jest --watch",
"test:ci": "jest --ci --coverage",
"test:e2e": "npx playwright test --ui --grep-invert @smoke",
"test:e2e:ci": "npx playwright test --grep-invert @smoke",
"test:e2e:smoke": "baseURL=https://ukhsa-dashboard.data.gov.uk npx playwright test --grep @smoke",
"test:e2e:smoke:ui": "npx playwright test --ui --grep @smoke",
"prepare": "husky install"
},
"dependencies": {
"@jsdevtools/rehype-toc": "^3.0.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.59.0",
"@tanstack/react-query-devtools": "^5.59.0",
"@tanstack/react-query-next-experimental": "^5.59.0",
"@unleash/nextjs": "^1.4.2",
"aws-rum-web": "^1.19.0",
"clsx": "^2.1.0",
"cookies-next": "^4.1.1",
"cross-fetch": "^4.0.0",
"dayjs": "^1.11.10",
"fetch-retry": "^6.0.0",
"govuk-frontend": "^5.3.0",
"http-status-codes": "^2.3.0",
"i18next": "^23.11.1",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "^14.2.14",
"nuqs": "^1.17.2",
"pino": "^8.20.0",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-esri-leaflet": "^2.0.1",
"react-i18next": "^14.1.0",
"react-leaflet": "^4.2.1",
"react-leaflet-custom-control": "^1.4.0",
"react-markdown": "^8.0.7",
"react-use": "^17.5.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"tailwind-merge": "^2.5.2",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.0",
"@faker-js/faker": "^8.4.1",
"@playwright/test": "^1.43.1",
"@tanstack/eslint-plugin-query": "^5.59.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/adm-zip": "^0.5.5",
"@types/archiver": "^6.0.2",
"@types/cookie-parser": "^1.4.7",
"@types/express": "^4.17.21",
"@types/gtag.js": "^0.0.19",
"@types/jest": "^29.5.12",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.0",
"@types/module-alias": "^2.0.4",
"@types/node": "^20.12.7",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/whatwg-fetch": "^0.0.33",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@unlighthouse/cli": "0.14.0",
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"autoprefixer": "^10.4.19",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-playwright": "^1.6.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"eslint-plugin-unused-imports": "^3.1.0",
"express": "^4.21.0",
"husky": "^9.0.11",
"i18next-resources-to-backend": "^1.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"module-alias": "^2.2.3",
"next-router-mock": "^0.9.13",
"nodemon": "^3.1.0",
"npm-run-all": "^4.1.5",
"pino-pretty": "^11.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"puppeteer": "^22.11.1",
"sass": "^1.74.1",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"ts-mockery": "^1.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"whatwg-fetch": "^3.6.20"
}
}