| 1 | { |
| 2 | "name": "shared", |
| 3 | "version": "0.1.0", |
| 4 | "private": true, |
| 5 | "devDependencies": { |
| 6 | "@testing-library/jest-dom": "^5.14.1", |
| 7 | "@testing-library/react": "^15.0.6", |
| 8 | "@testing-library/user-event": "^13.2.1", |
| 9 | "@types/react": "^18.3.1", |
| 10 | "@types/react-dom": "^18.3.0", |
| 11 | "react-dom": "^18.3.1", |
| 12 | "jest": "29.7.0" |
| 13 | }, |
| 14 | "dependencies": { |
| 15 | "@types/diff": "^5.0.2", |
| 16 | "@vscode/codicons": "^0.0.39", |
| 17 | "diff-sequences": "^29.4.3", |
| 18 | "diff": "^5.0.0", |
| 19 | "fast-deep-equal": "^3.1.3", |
| 20 | "immutable": "^4.3.0", |
| 21 | "jotai": "^2.6.2", |
| 22 | "node-abort-controller": "^3.1.1", |
| 23 | "react": "^18.3.1", |
| 24 | "vscode-oniguruma": "^1.6.1", |
| 25 | "vscode-textmate": "^6.0.0" |
| 26 | }, |
| 27 | "scripts": { |
| 28 | "eslint": "eslint . github --ext .ts --ext .tsx", |
| 29 | "test": "jest" |
| 30 | } |
| 31 | } |
| 32 | |