| { |
| "description": "Monorail Issue Tracker", |
| "name": "monorail", |
| "version": "1.0.0", |
| "directories": {}, |
| "devDependencies": { |
| "@babel/core": "^7.17.9", |
| "@babel/plugin-proposal-class-properties": "^7.16.7", |
| "@babel/plugin-proposal-decorators": "^7.17.9", |
| "@babel/plugin-proposal-object-rest-spread": "^7.17.3", |
| "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| "@babel/plugin-transform-react-jsx": "^7.17.3", |
| "@babel/preset-env": "^7.16.11", |
| "@babel/preset-react": "^7.16.7", |
| "@babel/preset-typescript": "^7.16.7", |
| "@testing-library/dom": "^8.13.0", |
| "@testing-library/react": "^12.1.5", |
| "@testing-library/user-event": "^14.1.1", |
| "@types/chai": "^4.3.1", |
| "@types/mocha": "^9.1.0", |
| "@types/react": "^17.0.39", |
| "@types/react-dom": "^17.0.11", |
| "@typescript-eslint/eslint-plugin": "^5.20.0", |
| "@typescript-eslint/parser": "^5.20.0", |
| "autoprefixer": "^10.4.4", |
| "axe-core": "^4.4.1", |
| "babel-eslint": "^10.1.0", |
| "babel-loader": "^8.2.5", |
| "chai": "^4.3.6", |
| "chai-dom": "^1.11.0", |
| "chai-string": "^1.5.0", |
| "circular-dependency-plugin": "^5.2.2", |
| "css-loader": "^6.7.1", |
| "deep-equal": "^2.0.5", |
| "eslint": "^8.13.0", |
| "eslint-config-google": "^0.14.0", |
| "eslint-config-prettier": "^8.5.0", |
| "eslint-plugin-css-modules": "^2.11.0", |
| "eslint-plugin-jsx-a11y": "^6.5.1", |
| "eslint-plugin-react": "^7.29.4", |
| "html-webpack-plugin": "^5.5.0", |
| "karma": "^6.3.19", |
| "karma-chrome-launcher": "^3.1.1", |
| "karma-coverage": "^2.2.0", |
| "karma-mocha": "^2.0.1", |
| "karma-mocha-reporter": "^2.2.5", |
| "karma-sinon": "^1.0.5", |
| "karma-sourcemap-loader": "^0.3.8", |
| "karma-webpack": "^5.0.0", |
| "mocha": "^9.2.2", |
| "path": "^0.12.7", |
| "postcss-loader": "^6.2.1", |
| "prettier": "^2.6.2", |
| "puppeteer": "^13.6.0", |
| "sinon": "^13.0.2", |
| "style-loader": "^3.3.1", |
| "typescript": "^4.6.3", |
| "webpack": "^5.72.0", |
| "webpack-bundle-analyzer": "^4.5.0", |
| "webpack-cli": "^4.9.2" |
| }, |
| "scripts": { |
| "test": "karma start --coverage --no-colors && curl -F \"file=@full_results.json\" -F \"master=luci.infra.try\" -F \"builder=infra-try-frontend\" -F \"testtype=monorail\" --request POST https://test-results-test-hrd.appspot.com/testfile/upload --verbose" |
| }, |
| "author": "", |
| "license": "ISC", |
| "dependencies": { |
| "@chopsui/chops-signin": "^0.3.2", |
| "@chopsui/karma-reporter": "^1.1.5", |
| "@chopsui/prpc-client": "0.0.2", |
| "@chopsui/tsmon-client": "1.0.1", |
| "@emotion/react": "^11.9.0", |
| "@emotion/styled": "^11.8.1", |
| "@material-ui/core": "^5.0.0-beta.5", |
| "@material-ui/icons": "^5.0.0-beta.5", |
| "@material-ui/styles": "^5.0.0-beta.5", |
| "@types/gapi": "0.0.41", |
| "@types/gapi.auth2": "0.0.56", |
| "chart.js": "^2.9.4", |
| "debounce": "^1.2.1", |
| "diff": "^5.0.0", |
| "dompurify": "2.3.6", |
| "lit-element": "^2.5.1", |
| "lit-html": "^1.4.1", |
| "marked": "^4.0.14", |
| "mousetrap": "^1.6.5", |
| "page": "^1.11.6", |
| "pwa-helpers": "^0.9.1", |
| "qs": "^6.10.3", |
| "react": "^17.0.2", |
| "react-dom": "^17.0.2", |
| "react-redux": "^8.0.1", |
| "redux": "^4.2.0", |
| "redux-thunk": "^2.4.1", |
| "reselect": "^4.1.5" |
| } |
| } |