"Fossies" - the Fresh Open Source Software Archive

Member "selenium-selenium-4.8.1/javascript/grid-ui/package.json" (17 Feb 2023, 1946 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   "name": "grid_ui",
    3   "version": "0.1.0",
    4   "private": true,
    5   "type": "module",
    6   "dependencies": {
    7     "@apollo/client": "^3.7.4",
    8     "@bazel/typescript": "^5.7.3",
    9     "@emotion/react": "^11.10.5",
   10     "@emotion/styled": "^11.10.5",
   11     "@mui/icons-material": "^5.11.0",
   12     "@mui/material": "^5.11.5",
   13     "@novnc/novnc": "^1.3.0",
   14     "@types/jest": "^29.2.6",
   15     "@types/node": "^18.11.18",
   16     "@types/react": "^18.0.27",
   17     "@types/react-dom": "^18.0.6",
   18     "@types/react-modal": "^3.12.0",
   19     "@types/react-router-dom": "^5.3.3",
   20     "graphql": "^16.6.0",
   21     "graphql.macro": "^1.4.2",
   22     "pretty-ms": "^7.0.1",
   23     "react": "^18.2.0",
   24     "react-dom": "^18.2.0",
   25     "react-modal": "^3.16.1",
   26     "react-router-dom": "^6.3.0",
   27     "source-map-explorer": "^2.5.3"
   28   },
   29   "scripts": {
   30     "start": "react-scripts start",
   31     "build": "react-scripts build && python scripts/rmSourcemaps.py",
   32     "analyze": "source-map-explorer 'build/static/js/*.js'",
   33     "test": "react-scripts test --watchAll=false --transformIgnorePatterns 'node_modules/(?!(@novnc)/)'",
   34     "eject": "react-scripts eject",
   35     "lint": "ts-standard && eslint --ext '.js,.ts,.tsx' src",
   36     "lint-fix": "ts-standard --fix && eslint --ext '.js,.ts,.tsx' src"
   37   },
   38   "homepage": "/ui",
   39   "browserslist": {
   40     "production": [
   41       ">0.2%",
   42       "not dead",
   43       "not op_mini all"
   44     ],
   45     "development": [
   46       "last 1 chrome version",
   47       "last 1 firefox version",
   48       "last 1 safari version"
   49     ]
   50   },
   51   "devDependencies": {
   52     "@babel/preset-react": "^7.18.6",
   53     "@testing-library/jest-dom": "^5.16.5",
   54     "@testing-library/react": "^13.4.0",
   55     "@testing-library/user-event": "^14.4.3",
   56     "react-scripts": "5.0.1",
   57     "ts-standard": "^12.0.2",
   58     "typescript": "^4.9.4"
   59   },
   60   "jest": {
   61     "testMatch": [
   62       "<rootDir>/src/tests/**/*.test.tsx"
   63     ]
   64   },
   65   "ts-standard": {
   66     "ignore": [
   67       "src/react-app-env.d.ts"
   68     ]
   69   }
   70 }