"Fossies" - the Fresh Open Source Software Archive 
Member "selenium-selenium-4.8.1/package.json" (17 Feb 2023, 1721 Bytes) of package /linux/www/selenium-selenium-4.8.1.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) JSON source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
See also the last
Fossies "Diffs" side-by-side code changes report for "package.json":
4.7.0_vs_4.8.0.
1 {
2 "devDependencies": {
3 "@babel/preset-react": "^7.18.6",
4 "@bazel/jasmine": "^5.7.3",
5 "@bazel/typescript": "^5.7.3",
6 "@testing-library/jest-dom": "^5.16.5",
7 "@testing-library/react": "^13.4.0",
8 "@testing-library/user-event": "^14.4.3",
9 "@types/jest": "^29.2.6",
10 "@types/node": "^18.11.18",
11 "enzyme": "^3.11.0",
12 "enzyme-to-json": "^3.6.1",
13 "eslint": "^7.23.0",
14 "eslint-config-prettier": "^7.0.0",
15 "eslint-plugin-no-only-tests": "^2.4.0",
16 "eslint-plugin-node": "^11.1.0",
17 "eslint-plugin-prettier": "^3.2.0",
18 "express": "^4.17.1",
19 "identity-obj-proxy": "^3.0.0",
20 "jasmine": "4.1.0",
21 "mocha": "^9.2.2",
22 "multer": "^1.4.5-lts.1",
23 "prettier": "^2.5.1",
24 "react-scripts": "5.0.1",
25 "serve-index": "^1.9.1",
26 "sinon": "^7.5.0",
27 "ts-jest": "^26.5.4",
28 "typescript": "^4.9.4",
29 "xml2js": "^0.4.23"
30 },
31 "repository": {
32 "type": "git",
33 "url": "https://github.com/SeleniumHQ/selenium.git"
34 },
35 "dependencies": {
36 "@apollo/client": "^3.7.4",
37 "@emotion/react": "^11.10.5",
38 "@emotion/styled": "^11.10.5",
39 "@mui/icons-material": "^5.11.0",
40 "@mui/material": "^5.11.5",
41 "@novnc/novnc": "^1.3.0",
42 "@types/react": "^18.0.27",
43 "@types/react-dom": "^18.0.6",
44 "@types/react-modal": "^3.12.0",
45 "@types/react-router-dom": "^5.3.3",
46 "graphql": "^16.6.0",
47 "graphql.macro": "^1.4.2",
48 "jszip": "^3.7.1",
49 "pretty-ms": "^7.0.1",
50 "react": "^18.2.0",
51 "react-dom": "^18.2.0",
52 "react-modal": "^3.16.1",
53 "react-router-dom": "^6.3.0",
54 "rimraf": "^2.7.1",
55 "source-map-explorer": "^2.5.3",
56 "tmp": "^0.2.1",
57 "ts-standard": "^12.0.2",
58 "ws": "^8.8.1"
59 }
60 }