Spaces:
Paused
Paused
| { | |
| "name": "ui-unit-tests", | |
| "version": "1.0.0", | |
| "scripts": { | |
| "test": "jest", | |
| "test:watch": "jest --watch" | |
| }, | |
| "devDependencies": { | |
| "@testing-library/react": "^14.0.0", | |
| "@testing-library/jest-dom": "^6.0.0", | |
| "@types/jest": "^29.5.0", | |
| "@types/react": "^18.2.0", | |
| "@types/react-dom": "^18.2.0", | |
| "identity-obj-proxy": "^3.0.0", | |
| "jest": "^29.5.0", | |
| "jest-environment-jsdom": "^29.5.0", | |
| "ts-jest": "^29.1.0", | |
| "typescript": "^5.0.0" | |
| }, | |
| "dependencies": { | |
| "antd": "^5.12.5", | |
| "@ant-design/icons": "^5.0.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0" | |
| } | |
| } |