-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.27 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.27 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
{
"name": "cpt-ui",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"compile": "tsc --build",
"dev": "vite --host",
"build": "tsc --build && vite build --debug",
"lint": "eslint --max-warnings 0 --fix --config ../../eslint.config.mjs .",
"start": "vite preview",
"test": "NODE_NO_WARNINGS=1 jest --no-cache --coverage",
"check-licenses": "license-checker --failOn GPL --failOn LGPL --start ../.."
},
"dependencies": {
"@cpt-ui-common/common-types": "^1.0.0",
"aws-amplify": "^6.15.6",
"aws-rum-web": "^1.25.0",
"axios": "^1.12.2",
"identity-obj-proxy": "^3.0.0",
"nhsuk-frontend": "9.6.4",
"nhsuk-react-components": "^5.0.0",
"pino": "^9.9.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.1",
"sass": "^1.93.2"
},
"devDependencies": {
"@aws-amplify/auth": "^6.16.0",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"@types/govuk-frontend": "^5.11.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "^4.0.1",
"axios-mock-adapter": "^2.1.0",
"sass": "^1.93.2",
"vite": "^7.1.6"
}
}