forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.67 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@bazel/jasmine": "^5.5.2",
"@bazel/typescript": "^5.5.2",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.1",
"eslint": "^7.23.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-no-only-tests": "^2.4.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.2.0",
"express": "^4.17.1",
"identity-obj-proxy": "^3.0.0",
"jasmine": "4.1.0",
"mocha": "^9.2.2",
"multer": "^1.4.5-lts.1",
"prettier": "^2.5.1",
"react-scripts": "5.0.1",
"serve-index": "^1.9.1",
"sinon": "^7.5.0",
"ts-jest": "^26.5.4",
"typescript": "^4.7.4",
"xml2js": "^0.4.23"
},
"repository": {
"type": "git",
"url": "https://github.com/SeleniumHQ/selenium.git"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@novnc/novnc": "^1.3.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-modal": "^3.12.0",
"@types/react-router-dom": "^5.3.3",
"graphql": "^16.5.0",
"graphql.macro": "^1.4.2",
"jszip": "^3.7.1",
"pretty-ms": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.15.1",
"react-router-dom": "^6.3.0",
"rimraf": "^2.7.1",
"source-map-explorer": "^2.5.2",
"tmp": "^0.2.1",
"ts-standard": "^11.0.0",
"ws": "^8.4.0"
}
}