parent
5b6570f5bb
commit
0d48e317a7
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
|
@ -43,8 +43,8 @@
|
|||
"instrument:copy-excluded": "node cypress/support/copy.js",
|
||||
"copy-instrumented": "copyfiles -e \"**/*.js\" -u 1 \"editor/**/*\" instrumented && npm run instrument:replace-html && npm run instrument:replace-js && npm run instrument:copy-excluded",
|
||||
"instrument": "rimraf instrumented && nyc instrument editor instrumented && npm run copy-instrumented",
|
||||
"report": "nyc report",
|
||||
"report-summary": "nyc report --reporter=text-summary",
|
||||
"report": "run-s report-no-mochawesome mochawesome-cli",
|
||||
"report-summary": "run-s report-text-summary mochawesome-cli-dot",
|
||||
"license-badge": "license-badger --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg",
|
||||
"license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg",
|
||||
"license-badges": "run-p license-badge license-badge-dev",
|
||||
|
@ -71,9 +71,7 @@
|
|||
"mochawesome-cli-dot": "npm run mochawesome-cli -- --dot",
|
||||
"report-no-mochawesome": "nyc report",
|
||||
"report-text-summary": "nyc report --reporter=text-summary",
|
||||
"report": "run-s report-no-mochawesome mochawesome-cli",
|
||||
"report-summary-mocha-full": "run-s report-text-summary mochawesome-cli",
|
||||
"report-summary": "run-s report-text-summary mochawesome-cli-dot",
|
||||
"test-only-no-report": "run-p start cypress:run",
|
||||
"test-only": "run-s -c test-only-no-report report",
|
||||
"test-no-cov-no-core-rollup": "run-s prep-no-core-rollup test-only",
|
||||
|
@ -149,7 +147,7 @@
|
|||
"@babel/preset-env": "^7.8.7",
|
||||
"@babel/register": "^7.8.6",
|
||||
"@cypress/code-coverage": "^1.14.0",
|
||||
"@cypress/fiddle": "^1.4.2",
|
||||
"@cypress/fiddle": "^1.4.3",
|
||||
"@fintechstudios/eslint-plugin-chai-as-promised": "^2.0.0",
|
||||
"@mysticatea/eslint-plugin": "^13.0.0",
|
||||
"axe-core": "^3.5.2",
|
||||
|
@ -158,7 +156,7 @@
|
|||
"copyfiles": "^2.2.0",
|
||||
"core-js-bundle": "^3.6.4",
|
||||
"coveradge": "^0.3.0",
|
||||
"cypress": "^4.1.0",
|
||||
"cypress": "^4.2.0",
|
||||
"cypress-axe": "^0.5.3",
|
||||
"cypress-multi-reporters": "^1.2.4",
|
||||
"deparam": "git+https://github.com/brettz9/deparam.git#updates",
|
||||
|
@ -174,7 +172,7 @@
|
|||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "^2.20.1",
|
||||
"eslint-plugin-jsdoc": "^22.0.0",
|
||||
"eslint-plugin-jsdoc": "^22.0.1",
|
||||
"eslint-plugin-markdown": "^1.0.2",
|
||||
"eslint-plugin-mocha": "^6.3.0",
|
||||
"eslint-plugin-mocha-cleanup": "^1.8.0",
|
||||
|
@ -184,31 +182,31 @@
|
|||
"eslint-plugin-promise": "^4.2.1",
|
||||
"eslint-plugin-sonarjs": "^0.5.0",
|
||||
"eslint-plugin-standard": "^4.0.1",
|
||||
"eslint-plugin-unicorn": "^17.1.0",
|
||||
"eslint-plugin-unicorn": "^17.2.0",
|
||||
"frs-replace": "^2.0.1",
|
||||
"gh-badges": "^2.2.1",
|
||||
"imageoptim-cli": "^3.0.2",
|
||||
"jamilih": "^0.51.0",
|
||||
"jsdoc": "^3.6.3",
|
||||
"license-badger": "^0.11.1",
|
||||
"license-badger": "^0.12.0",
|
||||
"load-stylesheets": "^0.9.0",
|
||||
"mocha": "^7.1.0",
|
||||
"mocha-badge-generator": "^0.5.0",
|
||||
"mocha-badge-generator": "^0.5.2",
|
||||
"mochawesome": "^5.0.0",
|
||||
"mochawesome-merge": "^4.0.2",
|
||||
"mochawesome-merge": "^4.0.3",
|
||||
"mochawesome-report-generator": "^4.1.0",
|
||||
"node-static": "^0.7.11",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"nyc": "^15.0.0",
|
||||
"open-cli": "^5.0.0",
|
||||
"promise-fs": "^2.1.1",
|
||||
"qr-manipulation": "https://github.com/brettz9/qr-manipulation",
|
||||
"query-result": "https://github.com/WebReflection/query-result",
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"qr-manipulation": "git+https://github.com/brettz9/qr-manipulation.git",
|
||||
"query-result": "git+https://github.com/WebReflection/query-result.git",
|
||||
"regenerator-runtime": "^0.13.5",
|
||||
"remark-cli": "^7.0.1",
|
||||
"remark-lint-ordered-list-marker-value": "^1.0.4",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "2.0.3",
|
||||
"rollup": "2.0.6",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-re": "^1.0.7",
|
||||
"rollup-plugin-terser": "^5.3.0",
|
||||
|
|
Loading…
Reference in New Issue