| { |
| "name": "gerrit", |
| "version": "3.1.0-SNAPSHOT", |
| "description": "Gerrit Code Review", |
| "dependencies": { |
| "@bazel/rollup": "^3.5.0", |
| "@bazel/terser": "^3.5.0", |
| "@bazel/typescript": "^3.5.0", |
| "twinkie": "^1.1.3" |
| }, |
| "devDependencies": { |
| "@typescript-eslint/eslint-plugin": "^4.29.0", |
| "eslint": "^7.24.0", |
| "eslint-config-google": "^0.14.0", |
| "eslint-plugin-html": "^6.1.2", |
| "eslint-plugin-import": "^2.22.1", |
| "eslint-plugin-jsdoc": "^32.3.0", |
| "eslint-plugin-lit": "^1.5.1", |
| "eslint-plugin-node": "^11.1.0", |
| "eslint-plugin-prettier": "^3.4.0", |
| "eslint-plugin-regex": "^1.8.0", |
| "gts": "^3.1.0", |
| "lit-analyzer": "^1.2.1", |
| "npm-run-all": "^4.1.5", |
| "prettier": "2.3.1", |
| "rollup": "^2.45.2", |
| "terser": "^5.6.1", |
| "ts-lit-plugin": "^1.2.1", |
| "typescript": "4.3.2" |
| }, |
| "scripts": { |
| "clean": "git clean -fdx && bazel clean --expunge", |
| "compile:local": "tsc --project ./polygerrit-ui/app/tsconfig.json", |
| "compile:watch": "npm run compile:local -- --preserveWatchOutput --watch", |
| "start": "polygerrit-ui/run-server.sh", |
| "test": "npm run safe_bazelisk test //polygerrit-ui:karma_test -- --test_verbose_timeout_warnings --test_output=all", |
| "safe_bazelisk": "if which bazelisk >/dev/null; then bazel_bin=bazelisk; else bazel_bin=bazel; fi && $bazel_bin", |
| "eslint": "npm run safe_bazelisk test polygerrit-ui/app:lint_test", |
| "eslintfix": "npm run safe_bazelisk run polygerrit-ui/app:lint_bin -- -- --fix $(pwd)/polygerrit-ui/app", |
| "litlint": "npm run safe_bazelisk run polygerrit-ui/app:lit_analysis", |
| "test:debug": "npm run compile:local && npm run safe_bazelisk run //polygerrit-ui:karma_bin -- -- start $(pwd)/polygerrit-ui/karma.conf.js --root '.ts-out/polygerrit-ui/app/' --browsers ChromeDev --no-single-run --test-files", |
| "test:single": "npm run compile:local && npm run safe_bazelisk run //polygerrit-ui:karma_bin -- -- start $(pwd)/polygerrit-ui/karma.conf.js --root '.ts-out/polygerrit-ui/app/' --test-files", |
| "test:watch": "npm run safe_bazelisk run //polygerrit-ui:karma_bin -- -- start $(pwd)/polygerrit-ui/karma.conf.js --root '.ts-out/polygerrit-ui/app/' --auto-watch --no-single-run --test-files", |
| "polylint": "npm run safe_bazelisk test //polygerrit-ui/app:polylint_test", |
| "polylint:dev": "rm -rf ./polygerrit-ui/app/tmpl_out && npm run safe_bazelisk build //polygerrit-ui/app:template_test_tar && mkdir ./polygerrit-ui/app/tmpl_out && tar -xf bazel-bin/polygerrit-ui/app/template_test_tar.tar -C ./polygerrit-ui/app/tmpl_out", |
| "watch": "npm run compile:local && run-p -r compile:watch \"test:watch -- {*}\" --" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "https://gerrit.googlesource.com/gerrit" |
| }, |
| "resolutions": { |
| "lodash": "4.17.21", |
| "twinkie/typescript": "4.3.2" |
| }, |
| "author": "", |
| "license": "Apache-2.0" |
| } |