|
14 | 14 | "test:hidden:individual": "jest src/App.individualHidden.test.tsx"
|
15 | 15 | },
|
16 | 16 | "dependencies": {
|
| 17 | + "@elastic/datemath": "^5.0.3", |
| 18 | + "@elastic/eui": "^98.1.0", |
| 19 | + "@emotion/css": "^11.13.5", |
| 20 | + "@emotion/react": "^11.13.5", |
| 21 | + "moment": "^2.30.1", |
17 | 22 | "react": "^18.3.1",
|
18 |
| - "react-dom": "^18.3.1" |
| 23 | + "react-dom": "^18.3.1", |
| 24 | + "styled-components": "^6.1.13" |
19 | 25 | },
|
20 | 26 | "devDependencies": {
|
| 27 | + "@babel/core": "^7.26.0", |
| 28 | + "@babel/preset-env": "^7.26.0", |
| 29 | + "@babel/preset-react": "^7.26.3", |
| 30 | + "@babel/preset-typescript": "^7.26.0", |
21 | 31 | "@eslint/js": "9.15.0",
|
22 | 32 | "@testing-library/dom": "10.4.0",
|
23 | 33 | "@testing-library/jest-dom": "6.6.3",
|
|
27 | 37 | "@types/react": "18.3.12",
|
28 | 38 | "@types/react-dom": "18.3.1",
|
29 | 39 | "@vitejs/plugin-react": "4.3.3",
|
| 40 | + "babel-jest": "^29.7.0", |
| 41 | + "babel-plugin-explicit-exports-references": "^1.0.2", |
| 42 | + "babel-plugin-transform-import-meta": "^2.2.1", |
30 | 43 | "eslint": "9.15.0",
|
31 | 44 | "eslint-plugin-react-hooks": "5.0.0",
|
32 | 45 | "eslint-plugin-react-refresh": "0.4.14",
|
33 | 46 | "globals": "15.12.0",
|
| 47 | + "identity-obj-proxy": "^3.0.0", |
34 | 48 | "jest": "29.7.0",
|
35 | 49 | "jest-environment-jsdom": "29.7.0",
|
| 50 | + "jest-transform-stub": "^2.0.0", |
36 | 51 | "ts-jest": "29.2.5",
|
37 | 52 | "typescript": "5.7.2",
|
38 | 53 | "typescript-eslint": "8.15.0",
|
|
0 commit comments