blob: f446fb3847e33094ff6f5b6053cdf5bf2ffb62fc [file] [log] [blame]
Copybara854996b2021-09-07 19:36:02 +00001{
2 "description": "Monorail Issue Tracker",
3 "name": "monorail",
4 "version": "1.0.0",
5 "directories": {},
6 "devDependencies": {
7 "@babel/core": "^7.14.6",
8 "@babel/plugin-proposal-class-properties": "^7.14.5",
9 "@babel/plugin-proposal-decorators": "^7.14.5",
10 "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
11 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
12 "@babel/plugin-transform-react-jsx": "^7.14.5",
13 "@babel/preset-env": "^7.14.7",
14 "@babel/preset-react": "^7.14.5",
15 "@babel/preset-typescript": "^7.14.5",
16 "@testing-library/dom": "^8.1.0",
17 "@testing-library/react": "^11.2.7",
18 "@testing-library/user-event": "^13.2.1",
19 "@types/chai": "^4.2.21",
20 "@types/mocha": "^8.2.3",
21 "@types/react": "^17.0.14",
22 "@types/react-dom": "^17.0.9",
23 "@typescript-eslint/eslint-plugin": "^4.28.3",
24 "@typescript-eslint/parser": "^4.28.3",
25 "autoprefixer": "^10.3.1",
26 "axe-core": "^4.3.1",
27 "babel-eslint": "^10.1.0",
28 "babel-loader": "^8.2.2",
29 "chai": "^4.3.4",
30 "chai-dom": "^1.9.0",
31 "chai-string": "^1.5.0",
32 "circular-dependency-plugin": "^5.2.2",
33 "css-loader": "^5.2.7",
34 "deep-equal": "^2.0.5",
35 "eslint": "^7.30.0",
36 "eslint-config-google": "^0.14.0",
37 "eslint-config-prettier": "^8.3.0",
38 "eslint-plugin-css-modules": "^2.11.0",
39 "eslint-plugin-jsx-a11y": "^6.4.1",
40 "eslint-plugin-react": "^7.24.0",
41 "html-webpack-plugin": "^4.5.2",
42 "istanbul-instrumenter-loader": "^3.0.1",
43 "karma": "^6.3.4",
44 "karma-chrome-launcher": "^3.1.0",
45 "karma-coverage": "^2.0.3",
46 "karma-mocha": "^2.0.1",
47 "karma-mocha-reporter": "^2.2.5",
48 "karma-parallel": "^0.3.1",
49 "karma-sinon": "^1.0.5",
50 "karma-sourcemap-loader": "^0.3.8",
51 "karma-webpack": "^4.0.2",
52 "mocha": "^7.2.0",
53 "path": "^0.12.7",
54 "postcss-loader": "^4.3.0",
55 "prettier": "^2.3.2",
56 "puppeteer": "^8.0.0",
57 "script-ext-html-webpack-plugin": "^2.1.5",
58 "sinon": "^10.0.0",
59 "style-loader": "^2.0.0",
60 "typescript": "^4.3.5",
61 "webpack": "^4.46.0",
62 "webpack-bundle-analyzer": "^4.4.2",
63 "webpack-cli": "^4.7.2"
64 },
65 "scripts": {
66 "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"
67 },
68 "author": "",
69 "license": "ISC",
70 "dependencies": {
71 "@chopsui/chops-signin": "^0.3.2",
72 "@chopsui/karma-reporter": "^1.1.5",
73 "@chopsui/prpc-client": "0.0.2",
74 "@chopsui/tsmon-client": "1.0.1",
75 "@emotion/react": "^11.4.0",
76 "@emotion/styled": "^11.3.0",
77 "@material-ui/core": "^5.0.0-beta.2",
78 "@material-ui/icons": "^4.11.2",
79 "@material-ui/styles": "^5.0.0-alpha.27",
80 "@types/gapi": "0.0.39",
81 "@types/gapi.auth2": "0.0.54",
82 "chart.js": "^2.9.4",
83 "debounce": "^1.2.1",
84 "diff": "^5.0.0",
85 "dompurify": "2.2.7",
86 "lit-element": "^2.5.1",
87 "lit-html": "^1.4.1",
88 "marked": "^2.0.7",
89 "mousetrap": "^1.6.5",
90 "page": "^1.11.6",
91 "pwa-helpers": "^0.9.1",
92 "qs": "^6.10.1",
93 "react": "^17.0.2",
94 "react-dom": "^17.0.2",
95 "react-redux": "^7.2.4",
96 "redux": "^4.1.0",
97 "redux-thunk": "^2.3.0",
98 "reselect": "^4.0.0"
99 }
100}