forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@bazel/buildifier": "^4.0.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^3.5.1",
"@bazel/typescript": "^3.5.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.7.0",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.0",
"@types/node": "^14.14.7",
"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": "^3.6.3",
"mocha": "^8.1.0",
"multer": "^1.4.2",
"prettier": "^2.2.1",
"serve-index": "^1.9.1",
"sinon": "^7.5.0",
"ts-jest": "^26.5.4",
"typescript": "^3.9.7",
"xml2js": "^0.4.23"
},
"dependencies": {
"@apollo/client": "^3.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@types/react": "^17.0.1",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.12.0",
"@types/react-router-dom": "^5.1.7",
"clsx": "^1.1.1",
"graphql": "^15.5.0",
"graphql.macro": "^1.4.2",
"jszip": "^3.5.0",
"pretty-ms": "^7.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-modal": "^3.12.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"rimraf": "^2.7.1",
"source-map-explorer": "^2.5.2",
"tmp": "^0.2.1",
"ws": "^7.4.6"
}
}