addons/shared/package.jsonblame
View source
b69ab311{
b69ab312 "name": "shared",
b69ab313 "version": "0.1.0",
b69ab314 "private": true,
b69ab315 "devDependencies": {
b69ab316 "@testing-library/jest-dom": "^5.14.1",
b69ab317 "@testing-library/react": "^15.0.6",
b69ab318 "@testing-library/user-event": "^13.2.1",
b69ab319 "@types/react": "^18.3.1",
b69ab3110 "@types/react-dom": "^18.3.0",
b69ab3111 "react-dom": "^18.3.1",
b69ab3112 "jest": "29.7.0"
b69ab3113 },
b69ab3114 "dependencies": {
b69ab3115 "@types/diff": "^5.0.2",
b69ab3116 "@vscode/codicons": "^0.0.39",
b69ab3117 "diff-sequences": "^29.4.3",
b69ab3118 "diff": "^5.0.0",
b69ab3119 "fast-deep-equal": "^3.1.3",
b69ab3120 "immutable": "^4.3.0",
b69ab3121 "jotai": "^2.6.2",
b69ab3122 "node-abort-controller": "^3.1.1",
b69ab3123 "react": "^18.3.1",
b69ab3124 "vscode-oniguruma": "^1.6.1",
b69ab3125 "vscode-textmate": "^6.0.0"
b69ab3126 },
b69ab3127 "scripts": {
b69ab3128 "eslint": "eslint . github --ext .ts --ext .tsx",
b69ab3129 "test": "jest"
b69ab3130 }
b69ab3131}