|
2 | 2 | "name": "openlxp-xms-ui", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
| 5 | + "homepage": ".", |
5 | 6 | "dependencies": { |
| 7 | + "@babel/helpers": "^7.26.0", |
| 8 | + "@babel/plugin-syntax-jsx": "^7.23.3", |
| 9 | + "@babel/runtime": "^7.26.10", |
| 10 | + "@craco/craco": "^6.1.2", |
6 | 11 | "@headlessui/react": "^1.3.0", |
7 | 12 | "@heroicons/react": "^1.0.6", |
8 | 13 | "@testing-library/jest-dom": "^5.14.1", |
9 | 14 | "@testing-library/react": "^12.1.2", |
| 15 | + "@testing-library/react-hooks": "^7.0.2", |
10 | 16 | "@testing-library/user-event": "^12.1.10", |
11 | | - "axios": "^0.21.1", |
12 | | - "browserslist": "^4.16.5", |
13 | | - "immer": "^9.0.6", |
| 17 | + "ajv": "6.12.3", |
| 18 | + "ansi-html": "0.0.8", |
| 19 | + "axios": "^1.8.2", |
| 20 | + "body-parser": "1.20.3", |
| 21 | + "braces": "3.0.3", |
| 22 | + "browserslist": "4.16.5", |
| 23 | + "cypress": "^13.6.3", |
| 24 | + "express": "4.21.2", |
| 25 | + "form-data": "4.0.4", |
| 26 | + "immer": "10.0.3", |
14 | 27 | "ionicons": "^5.5.2", |
15 | | - "jest": "^27.2.5", |
16 | | - "moment": "^2.29.2", |
17 | | - "next": "12.1.0", |
| 28 | + "jest": "^29.7.0", |
| 29 | + "jsdom": "^22.1.0", |
| 30 | + "jsonwebtoken": "9.0.0", |
| 31 | + "lodash": "^4.17.12", |
| 32 | + "micromatch": "4.0.8", |
| 33 | + "moment": "2.29.4", |
| 34 | + "next": "^14.2.25", |
18 | 35 | "next-router-mock": "^0.9.11", |
19 | | - "node-forge": "^1.3.0", |
20 | | - "react": "^17.0.1", |
21 | | - "react-dom": "^17.0.1", |
| 36 | + "next-secure-headers": "^2.2.0", |
| 37 | + "node-forge": "1.3.0", |
| 38 | + "path-to-regexp": "0.1.12", |
| 39 | + "postcss": "8.4.31", |
| 40 | + "qs": "6.5.3", |
| 41 | + "react": "18.2.0", |
| 42 | + "react-dom": "18", |
22 | 43 | "react-query": "^3.39.3", |
23 | 44 | "react-router-dom": "^5.2.0", |
24 | 45 | "react-test-renderer": "^17.0.2", |
25 | | - "tailwind": "^4.0.0", |
26 | | - "web-vitals": "^1.0.1" |
| 46 | + "send": "0.19.0", |
| 47 | + "serve-static": "1.16.2", |
| 48 | + "tough-cookie": "4.1.3", |
| 49 | + "web-vitals": "^1.0.1", |
| 50 | + "ws": "6.2.3" |
27 | 51 | }, |
28 | 52 | "scripts": { |
29 | 53 | "dev": "next dev", |
30 | 54 | "build": "next build", |
31 | 55 | "start": "next start", |
32 | | - "test": "jest --watch", |
33 | | - "coverage": "jest --watchAll --coverage --verbose --noStackTrace --silent --maxWorkers=50%" |
| 56 | + "lint": "next lint", |
| 57 | + "test:unit": "jest --coverage --watchAll=false", |
| 58 | + "coverage": "jest --watchAll --coverage --verbose --noStackTrace --silent --maxWorkers=50%", |
| 59 | + "test:e2e-ci": "CYPRESS_BASE_URL=${ZAP_URL} npx cypress run --browser chrome --config-file cypress/config/pipeline.config.js" |
34 | 60 | }, |
35 | 61 | "eslintConfig": { |
36 | 62 | "extends": [ |
|
50 | 76 | ] |
51 | 77 | }, |
52 | 78 | "devDependencies": { |
| 79 | + "@babel/core": "^7.18.13", |
| 80 | + "@babel/eslint-parser": "^7.18.9", |
| 81 | + "@babel/plugin-proposal-private-property-in-object": "7.21.11", |
| 82 | + "@babel/plugin-transform-private-property-in-object": "7.22.11", |
53 | 83 | "@testing-library/jest-dom": "^5.14.1", |
54 | 84 | "@testing-library/react": "^12.1.2", |
55 | | - "@testing-library/react-hooks": "^7.0.2", |
56 | 85 | "autoprefixer": "^10.4.16", |
57 | 86 | "eslint": "^8.6.0", |
58 | 87 | "eslint-config-next": "12.0.7", |
59 | 88 | "eslint-plugin-sort-imports-es6-autofix": "^0.6.0", |
60 | 89 | "identity-obj-proxy": "^3.0.0", |
61 | | - "jest": "^27.2.5", |
| 90 | + "jest-environment-jsdom": "^29.7.0", |
62 | 91 | "jest-mock-axios": "^4.4.1", |
63 | | - "postcss": "^8.4.31", |
64 | | - "tailwindcss": "^3.4.1" |
| 92 | + "react-csp": "^1.1.3", |
| 93 | + "tailwindcss": "^3.3.5" |
65 | 94 | } |
66 | 95 | } |
0 commit comments