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 "@popperjs/core": "^2.11.6", 11 "@types/chrome": "0.0.186", 12 "@types/color-convert": "^1.9.0", 13 "@types/filesystem": "^0.0.32", 14 "@types/mithril": "^2.0.11", 15 "@types/node": "^14.0.10", 16 "@types/pako": "^1.0.1", 17 "@types/pngjs": "^6.0.1", 18 "@types/uuid": "^8.3.4", 19 "@types/w3c-web-usb": "^1.0.4", 20 "color-convert": "^2.0.1", 21 "custom_utils": "file:src/base/utils", 22 "devtools-protocol": "0.0.847576", 23 "esbuild": "^0.15.12", 24 "events": "^3.1.0", 25 "hsluv": "^0.1.0", 26 "immer": "^9.0.2", 27 "jsbn-rsa": "^1.0.4", 28 "mithril": "^2.2.0", 29 "noice-json-rpc": "^1.2.0", 30 "pako": "^1.0.11", 31 "protobufjs": "^6.9.0", 32 "util": "^0.12.3", 33 "uuid": "^9.0.0", 34 "vega-lite": "^5.9.0" 35 }, 36 "devDependencies": { 37 "@rollup/plugin-commonjs": "^24.0.1", 38 "@rollup/plugin-node-resolve": "^15.0.1", 39 "@types/jest": "^26.0.23", 40 "@types/pixelmatch": "^5.2.3", 41 "@typescript-eslint/eslint-plugin": "^5.56.0", 42 "@typescript-eslint/parser": "^5.25.0", 43 "dingusjs": "^0.0.3", 44 "eslint": "^8.15.0", 45 "eslint-config-google": "^0.14.0", 46 "jest": "^26.6.3", 47 "node-sass": "^8.0.0", 48 "node-watch": "^0.7.1", 49 "pixelmatch": "^5.2.1", 50 "pngjs": "^6.0.0", 51 "prettier": "^2.8.0", 52 "puppeteer": "^19.8.0", 53 "rollup": "^2.38.5", 54 "rollup-plugin-re": "^1.0.7", 55 "rollup-plugin-sourcemaps": "^0.6.3", 56 "tslib": "^2.5.0", 57 "typescript": "^4.9.5" 58 }, 59 "scripts": { 60 "build": "node build.js", 61 "test": "node build.js --run-unittests" 62 } 63} 64