Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/javascript/grid-ui/package.json
3220 views
1
{
2
"name": "grid_ui",
3
"version": "0.1.0",
4
"private": true,
5
"type": "module",
6
"dependencies": {
7
"@apollo/client": "3.12.6",
8
"@emotion/react": "11.14.0",
9
"@emotion/styled": "11.14.1",
10
"@mui/icons-material": "5.18.0",
11
"@mui/material": "5.18.0",
12
"@novnc/novnc": "1.5.0",
13
"@types/jest": "29.5.14",
14
"@types/node": "20.12.12",
15
"@types/react": "18.3.23",
16
"@types/react-dom": "18.3.7",
17
"@types/react-modal": "3.16.3",
18
"@types/react-router-dom": "5.3.3",
19
"graphql": "16.10.0",
20
"graphql.macro": "1.4.2",
21
"path-browserify": "1.0.1",
22
"pretty-ms": "9.2.0",
23
"react": "18.3.1",
24
"react-dom": "18.3.1",
25
"react-modal": "3.16.3",
26
"react-router-dom": "6.30.1",
27
"source-map-explorer": "2.5.3"
28
},
29
"scripts": {
30
"build": "bazel build //javascript/grid-ui:bundle",
31
"test": "jest --config jest.config.cjs"
32
},
33
"homepage": "./ui",
34
"browser": {
35
"fs": false,
36
"path": "path-browserify"
37
},
38
"browserslist": {
39
"production": [
40
">0.2%",
41
"not dead",
42
"not op_mini all"
43
],
44
"development": [
45
"last 1 chrome version",
46
"last 1 firefox version",
47
"last 1 safari version"
48
]
49
},
50
"devDependencies": {
51
"@testing-library/jest-dom": "6.8.0",
52
"@testing-library/react": "14.3.1",
53
"@testing-library/user-event": "14.6.1",
54
"esbuild": "0.24.2",
55
"jest": "^29.7.0",
56
"jest-environment-jsdom": "^29.7.0",
57
"ts-jest": "^29.3.4",
58
"ts-standard": "12.0.2",
59
"typescript": "5.8.3"
60
},
61
"jest": {
62
"testMatch": [
63
"<rootDir>/src/tests/**/*.test.tsx"
64
]
65
},
66
"ts-standard": {
67
"ignore": [
68
"src/react-app-env.d.ts"
69
]
70
}
71
}
72
73