forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.08 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"devDependencies": {
"@bazel/bazel": "^2.1.0",
"@bazel/buildifier": "^3.5.0",
"@bazel/ibazel": "^0.14.0",
"@bazel/jasmine": "^2.3.2",
"@bazel/typescript": "^2.3.2",
"eslint-plugin-node": "^11.1.0",
"express": "^4.16.4",
"jasmine": "^3.6.3",
"jszip": "^3.5.0",
"mocha": "^6.2.3",
"multer": "^1.4.2",
"rimraf": "^2.7.1",
"serve-index": "^1.9.1",
"sinon": "^7.5.0",
"tmp": "^0.1.0",
"typescript": "^3.9.7",
"xml2js": "^0.4.23",
"@types/enzyme": "^3.10.8",
"@types/jest": "^24.9.0",
"@types/node": "^14.14.7",
"babel-jest": "^24.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"ts-jest": "^24.3.0"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@babel/preset-react": "^7.12.5",
"@emotion/core": "^10.1.1",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@tippyjs/react": "^4.2.0",
"@types/jest": "^26.0.15",
"@types/keyboardjs": "^2.5.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-modal": "^3.10.6",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"clsx": "^1.1.1",
"findandreplacedomtext": "^0.4.6",
"graphql": "^15.4.0",
"graphql.macro": "^1.4.2",
"historyjs": "^1.8.0-b2",
"keyboardjs": "^2.6.4",
"materialize-css": "^1.0.0-rc.2",
"progressbar.js": "^1.1.0",
"rc-pagination": "^2.4.1",
"react": "^16.14.0",
"react-apollo": "^3.1.5",
"react-dom": "^16.14.0",
"react-json-view": "^1.19.1",
"react-modal": "^3.11.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.4",
"source-map-explorer": "^2.5.0",
"ws": "^7.3.0"
}
}