• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "perfetto-ui",
3  "version": "1.0.0",
4  "description": "Perfetto UI",
5  "repository": "https://android.googlesource.com/platform/external/perfetto",
6  "main": "main.js",
7  "author": "Perfetto Team",
8  "license": "Apache-2.0",
9  "dependencies": {
10    "@tsundoku/micromodal_types": "^0.0.1",
11    "@types/chrome": "0.0.86",
12    "@types/color-convert": "^1.9.0",
13    "@types/mithril": "^1.1.17",
14    "@types/node": "^14.0.10",
15    "@types/pako": "^1.0.1",
16    "@types/uuid": "^3.4.9",
17    "@types/w3c-web-usb": "^1.0.4",
18    "color-convert": "^2.0.1",
19    "custom_utils": "file:src/base/utils",
20    "devtools-protocol": "0.0.847576",
21    "events": "^3.1.0",
22    "hsluv": "^0.1.0",
23    "immer": "^9.0.2",
24    "micromodal": "^0.4.6",
25    "mithril": "^2.0.4",
26    "noice-json-rpc": "^1.2.0",
27    "pako": "^1.0.11",
28    "protobufjs": "^6.9.0",
29    "util": "^0.12.3",
30    "uuid": "^3.4.0"
31  },
32  "devDependencies": {
33    "@rollup/plugin-commonjs": "^14.0.0",
34    "@rollup/plugin-node-resolve": "^8.4.0",
35    "@types/jest": "^26.0.23",
36    "@types/pixelmatch": "^5.2.3",
37    "@types/puppeteer": "^5.4.3",
38    "dingusjs": "^0.0.3",
39    "jest": "^26.6.3",
40    "node-libpng": "^0.2.18",
41    "node-sass": "^4.14.1",
42    "node-watch": "^0.7.1",
43    "pixelmatch": "^5.2.1",
44    "puppeteer": "^10.0.0",
45    "rollup": "^2.38.5",
46    "rollup-plugin-re": "^1.0.7",
47    "rollup-plugin-sourcemaps": "^0.6.3",
48    "tslib": "^2.2.0",
49    "tslint": "^5.20.1",
50    "typescript": "^4.2.4"
51  },
52  "scripts": {
53    "build": "node build.js",
54    "test": "node build.js --run-unittests"
55  }
56}
57