-
Notifications
You must be signed in to change notification settings - Fork 471
/
package.json
108 lines (108 loc) · 4.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"author": "The Chromium Authors",
"bugs": "https://issues.chromium.org/issues?q=status:open componentid:1457055+",
"description": "Chrome DevTools UI",
"homepage": "https://devtools.chrome.com",
"keywords": [
"devtools",
"chrome",
"chromium",
"blink",
"debugger"
],
"license": "BSD-3-Clause",
"name": "chrome-devtools-frontend",
"repository": {
"type": "git",
"url": "git+https://github.com/ChromeDevTools/devtools-frontend.git"
},
"scripts": {
"bake-strings": "npm run collect-strings && vpython3 third_party/node/node.py --output third_party/i18n/bake-strings.js front_end/core/i18n/locales",
"build": "autoninja -C out/Default",
"build-release": "autoninja -C out/Release",
"check-external-links": "vpython3 third_party/node/node.py --output scripts/check_external_links.js",
"collect-strings": "vpython3 third_party/node/node.py --output third_party/i18n/collect-strings.js front_end",
"components-server": "vpython3 third_party/node/node.py --output scripts/component_server/server.js",
"debug-webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js --debug-devtools",
"eslint-test": "vpython3 third_party/node/node.py --output node_modules/mocha/bin/mocha \"./scripts/eslint_rules/tests/*_test.js\"",
"build-test": "vpython3 third_party/node/node.py --output node_modules/mocha/bin/mocha \"./scripts/build/tests/*_test.js\"",
"generate-dark-mode-styles": "vpython3 third_party/node/node.py --output scripts/dark_mode/generate_dark_theme_sheet.js",
"generate-protocol-resources": "scripts/deps/generate_protocol_resources.py && git cl format --js",
"install-deps": "scripts/deps/manage_node_deps.py",
"lint": "vpython3 third_party/node/node.py --output scripts/test/run_lint_check.js",
"prebuild": "gn gen out/Default",
"rdb": "rdb stream -new -realm chrome:public --",
"start": "node -e 'console.log(`This script has been removed in favor of --custom-devtools-frontend. For more information, see https://docs.google.com/document/d/1COgCBWWuTh2o-Zbp6h_z0h0LtlJaimaEDsION4RZPxc/edit?usp=sharing`);'",
"stylelint-test": "vpython3 third_party/node/node.py --output ./node_modules/.bin/mocha \"./scripts/stylelint_rules/tests/*_test.js\"",
"webtest": "vpython3 third_party/node/node.py --output scripts/npm_test.js",
"webtest-local": "vpython3 third_party/node/node.py --output scripts/npm_test.js --layout-tests-directory=test/webtests/",
"ts_library-test": "./third_party/typescript/tests/verify_ts_libary.sh",
"watch": "vpython3 third_party/node/node.py --output scripts/watch_build.js",
"test": "vpython3 third_party/node/node.py --output scripts/run_on_target.mjs gen/test/run.js"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-terser": "0.4.4",
"@rollup/wasm-node": "4.24.3",
"@types/chai": "4.3.15",
"@types/codemirror": "5.60.7",
"@types/emscripten": "1.39.4",
"@types/estree": "0.0.50",
"@types/filesystem": "0.0.32",
"@types/karma-chai-sinon": "0.1.20",
"@types/marked": "4.0.1",
"@types/mocha": "9.0.0",
"@types/node": "20.11.0",
"@types/rimraf": "3.0.2",
"@types/sinon": "17.0.3",
"@types/webidl2": "23.13.6",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"@web/rollup-plugin-import-meta-assets": "2.2.1",
"chai": "4.3.4",
"chokidar": "3.5.2",
"cssnano": "5.1.14",
"cssnano-preset-lite": "2.1.3",
"esbuild": "0.24.0",
"escodegen": "2.0.0",
"eslint": "8.19.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-lit-a11y": "2.1.0",
"eslint-plugin-mocha": "10.0.3",
"eslint-plugin-rulesdir": "0.2.1",
"glob": "7.1.7",
"karma": "6.4.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage": "2.1.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"karma-sinon": "1.0.5",
"karma-sourcemap-loader": "0.3.8",
"karma-spec-reporter": "0.0.32",
"license-checker": "25.0.1",
"lit-analyzer": "2.0.3",
"mocha": "9.2.2",
"postcss": "8.4.38",
"puppeteer-core": "23.8.0",
"recast": "0.20.5",
"rimraf": "3.0.2",
"rollup-plugin-sourcemaps2": "0.4.2",
"sinon": "18.0.0",
"source-map-support": "0.5.21",
"stylelint": "14.2.0",
"stylelint-config-standard": "24.0.0",
"svgo": "2.8.0",
"terser": "5.19.1",
"ts-lit-plugin": "2.0.2",
"typescript": "5.6.2",
"webidl2": "24.2.2",
"ws": "8.18.0",
"yargs": "17.3.1"
},
"overrides": {
"tslib": "2.8.0",
"ws": "$ws"
}
}