|
18 | 18 | "lint:pkg": "lint-package",
|
19 | 19 | "lint:src": "eslint src --ext .ts,.tsx",
|
20 | 20 | "start": "next start",
|
21 |
| - "test": "jest --silent" |
| 21 | + "test": "vitest" |
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 | 24 | "@hookform/resolvers": "~3.1.1",
|
|
35 | 35 | "@walletconnect/utils": "~2.9.2",
|
36 | 36 | "ace-builds": "~1.30.0",
|
37 | 37 | "classnames": "^2.3.1",
|
38 |
| - "jest-standard-reporter": "~2.0.0", |
39 | 38 | "js-cookie": "~3.0.5",
|
40 | 39 | "next": "13.5.5",
|
41 | 40 | "next-themes": "~0.2.1",
|
|
44 | 43 | "react-ace": "~10.1.0",
|
45 | 44 | "react-dom": "^18.2.0",
|
46 | 45 | "react-hook-form": "~7.45.0",
|
47 |
| - "react-scripts": "5.0.1", |
48 | 46 | "zod": "~3.18.0"
|
49 | 47 | },
|
50 | 48 | "devDependencies": {
|
51 |
| - "@jest/reporters": "~29.5.0", |
52 |
| - "@jest/types": "~29.5.0", |
53 | 49 | "@kadena-dev/eslint-config": "workspace:*",
|
54 | 50 | "@kadena-dev/heft-rig": "workspace:*",
|
55 | 51 | "@kadena-dev/lint-package": "workspace:*",
|
|
59 | 55 | "@rushstack/eslint-config": "~3.3.0",
|
60 | 56 | "@rushstack/heft": "~0.50.6",
|
61 | 57 | "@tanstack/eslint-plugin-query": "^4.34.1",
|
62 |
| - "@testing-library/jest-dom": "~5.17.0", |
63 | 58 | "@testing-library/react": "~14.0.0",
|
64 | 59 | "@testing-library/user-event": "~14.4.3",
|
65 | 60 | "@total-typescript/ts-reset": "^0.5.1",
|
66 | 61 | "@types/debug": "~4.1.7",
|
67 |
| - "@types/jest": "^29.5.3", |
68 | 62 | "@types/js-cookie": "~3.0.3",
|
69 | 63 | "@types/node": "^18.17.14",
|
70 | 64 | "@types/react": "^18.2.15",
|
71 | 65 | "@types/react-dom": "18.2.7",
|
72 |
| - "@types/testing-library__jest-dom": "~5.14.8", |
73 | 66 | "@typescript-eslint/eslint-plugin": "^5.23.0",
|
74 | 67 | "@typescript-eslint/parser": "^5.23.0",
|
75 | 68 | "@vanilla-extract/css": "1.13.0",
|
76 |
| - "@vanilla-extract/jest-transform": "1.1.1", |
77 | 69 | "@vanilla-extract/next-plugin": "2.3.1",
|
| 70 | + "@vanilla-extract/vite-plugin": "^3.9.0", |
78 | 71 | "@walletconnect/types": "~2.8.1",
|
79 | 72 | "@webpro/next-translate-plugin": "^2.6.3",
|
80 | 73 | "debug": "~4.3.4",
|
81 | 74 | "eslint": "^8.45.0",
|
82 | 75 | "eslint-config-next": "13.4.5",
|
83 |
| - "eslint-plugin-jest": "~27.2.1", |
| 76 | + "happy-dom": "^12.9.1", |
84 | 77 | "ignore-loader": "~0.1.2",
|
85 |
| - "jest": "^29.7.0", |
86 |
| - "jest-environment-jsdom": "~29.6.1", |
| 78 | + "next-router-mock": "^0.9.10", |
87 | 79 | "prettier": "~3.0.3",
|
88 |
| - "typescript": "5.2.2" |
| 80 | + "typescript": "5.2.2", |
| 81 | + "vite-tsconfig-paths": "^4.2.1", |
| 82 | + "vitest": "^0.34.6", |
| 83 | + "vitest-dom": "^0.1.1" |
89 | 84 | },
|
90 | 85 | "volta": {
|
91 | 86 | "node": "16.15.0"
|
|
0 commit comments