forked from facebook/sapling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "isl",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@stylexjs/stylex": "^0.9.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^13.2.1",
"@types/node": "^16.7.13",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"diff": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"immutable": "^4.3.8",
"isl-server": "0.0.0",
"jotai": "^2.6.2",
"js-yaml": "^4.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shared": "0.1.0",
"typescript": "5.5.4",
"vite": "5.4.12",
"vite-tsconfig-paths": "^4.3.1",
"vscode-oniguruma": "^1.6.1",
"vscode-textmate": "^6.0.0"
},
"devDependencies": {
"@types/jest": "29.5.12",
"execa": "5.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "^29.7.0",
"resize-observer-polyfill": "^1.5.1",
"ts-jest": "29",
"vite-plugin-stylex": "^0.10.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"textmate": "node ./textmate.js",
"test": "jest",
"integration": "jest --config=./integrationTests/integration.jest.config.ts",
"eslint": "eslint ./src --ext .ts --ext .tsx"
}
}