1.3 KB48 lines
Blame
1{
2 "name": "isl",
3 "version": "0.1.0",
4 "private": true,
5 "type": "module",
6 "dependencies": {
7 "@stylexjs/stylex": "^0.9.3",
8 "@testing-library/jest-dom": "^5.14.1",
9 "@testing-library/react": "^15.0.6",
10 "@testing-library/user-event": "^13.2.1",
11 "@types/node": "^16.7.13",
12 "@types/react": "^18.3.1",
13 "@types/react-dom": "^18.3.0",
14 "@vitejs/plugin-react": "^4.2.1",
15 "diff": "^5.0.0",
16 "fast-deep-equal": "^3.1.3",
17 "immutable": "^4.3.0",
18 "isl-server": "0.0.0",
19 "jotai": "^2.6.2",
20 "js-yaml": "^4.1.0",
21 "react": "^18.3.1",
22 "react-dom": "^18.3.1",
23 "shared": "0.1.0",
24 "typescript": "5.5.4",
25 "vite": "5.4.12",
26 "vite-tsconfig-paths": "^4.3.1",
27 "vscode-oniguruma": "^1.6.1",
28 "vscode-textmate": "^6.0.0"
29 },
30 "devDependencies": {
31 "@types/jest": "29.5.12",
32 "execa": "5.1.1",
33 "jest": "29.7.0",
34 "jest-environment-jsdom": "^29.7.0",
35 "resize-observer-polyfill": "^1.5.1",
36 "ts-jest": "29",
37 "vite-plugin-stylex": "^0.10.1"
38 },
39 "scripts": {
40 "start": "vite",
41 "build": "vite build",
42 "textmate": "node ./textmate.js",
43 "test": "jest",
44 "integration": "jest --config=./integrationTests/integration.jest.config.ts",
45 "eslint": "eslint ./src --ext .ts --ext .tsx"
46 }
47}
48