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
30 lines (30 loc) · 806 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 806 Bytes
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
{
"name": "isl-components",
"version": "0.1.0",
"type": "module",
"private": true,
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^15.0.6",
"@testing-library/user-event": "^13.2.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"react-dom": "^18.3.1",
"resize-observer-polyfill": "^1.5.1",
"jest": "29.7.0",
"vite": "6.4.2",
"vite-plugin-stylex": "^0.10.1",
"vite-tsconfig-paths": "^4.3.1"
},
"dependencies": {
"@stylexjs/stylex": "^0.9.3",
"@vscode/codicons": "^0.0.39",
"react": "^18.3.1"
},
"scripts": {
"start": "vite serve ./explorer --config vite.config.ts",
"eslint": "eslint . --ext .ts --ext .tsx",
"test": "jest"
}
}