addons/isl/package.jsonblame
View source
b69ab311{
b69ab312 "name": "isl",
b69ab313 "version": "0.1.0",
b69ab314 "private": true,
b69ab315 "type": "module",
b69ab316 "dependencies": {
b69ab317 "@stylexjs/stylex": "^0.9.3",
b69ab318 "@testing-library/jest-dom": "^5.14.1",
b69ab319 "@testing-library/react": "^15.0.6",
b69ab3110 "@testing-library/user-event": "^13.2.1",
b69ab3111 "@types/node": "^16.7.13",
b69ab3112 "@types/react": "^18.3.1",
b69ab3113 "@types/react-dom": "^18.3.0",
b69ab3114 "@vitejs/plugin-react": "^4.2.1",
b69ab3115 "diff": "^5.0.0",
b69ab3116 "fast-deep-equal": "^3.1.3",
b69ab3117 "immutable": "^4.3.0",
b69ab3118 "isl-server": "0.0.0",
b69ab3119 "jotai": "^2.6.2",
b69ab3120 "js-yaml": "^4.1.0",
b69ab3121 "react": "^18.3.1",
b69ab3122 "react-dom": "^18.3.1",
b69ab3123 "shared": "0.1.0",
b69ab3124 "typescript": "5.5.4",
b69ab3125 "vite": "5.4.12",
b69ab3126 "vite-tsconfig-paths": "^4.3.1",
b69ab3127 "vscode-oniguruma": "^1.6.1",
b69ab3128 "vscode-textmate": "^6.0.0"
b69ab3129 },
b69ab3130 "devDependencies": {
b69ab3131 "@types/jest": "29.5.12",
b69ab3132 "execa": "5.1.1",
b69ab3133 "jest": "29.7.0",
b69ab3134 "jest-environment-jsdom": "^29.7.0",
b69ab3135 "resize-observer-polyfill": "^1.5.1",
b69ab3136 "ts-jest": "29",
b69ab3137 "vite-plugin-stylex": "^0.10.1"
b69ab3138 },
b69ab3139 "scripts": {
b69ab3140 "start": "vite",
b69ab3141 "build": "vite build",
b69ab3142 "textmate": "node ./textmate.js",
b69ab3143 "test": "jest",
b69ab3144 "integration": "jest --config=./integrationTests/integration.jest.config.ts",
b69ab3145 "eslint": "eslint ./src --ext .ts --ext .tsx"
b69ab3146 }
b69ab3147}