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