update rollup and web server (es dev no more maintained)

This commit is contained in:
JFH
2020-12-19 22:53:45 +01:00
parent 047e55c7be
commit d7898ff29c
327 changed files with 2536 additions and 5862 deletions

View File

@@ -18,8 +18,8 @@
"test": "run-s cypress:instrument test-only",
"build": "rollup -c",
"build:watch": "rollup -c --watch",
"start": "echo \"Open file, e.g., to http://localhost:8000/src/editor\" && es-dev-server",
"start:watch": "es-dev-server --watch",
"start": "echo \"Open file, e.g., to http://localhost:8000/src/editor\" && web-dev-server --node-resolve",
"start:watch": "es-dev-server --node-resolve --watch",
"cypress:open": "run-p start cypress:open-no-start",
"cypress:open-no-start": "cypress open",
"cypress:instrument": "rimraf instrumented && cp-cli src instrumented && nyc instrument --compact=false src instrumented",
@@ -135,6 +135,7 @@
],
"dependencies": {
"@babel/polyfill": "7.12.1",
"@web/dev-server-rollup": "^0.2.13",
"canvg": "3.0.7",
"core-js": "3.7.0",
"jspdf": "2.1.1",
@@ -152,12 +153,13 @@
"@fintechstudios/eslint-plugin-chai-as-promised": "3.0.2",
"@hkdobrev/run-if-changed": "0.3.1",
"@mysticatea/eslint-plugin": "13.0.0",
"@rollup/plugin-babel": "5.2.1",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-dynamic-import-vars": "1.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-dynamic-import-vars": "1.1.1",
"@rollup/plugin-node-resolve": "11.0.1",
"@rollup/plugin-replace": "2.3.4",
"@rollup/plugin-url": "5.0.1",
"@rollup/plugin-url": "6.0.0",
"@web/dev-server": "0.0.29",
"axe-core": "4.0.2",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.0",
@@ -171,9 +173,6 @@
"cypress-plugin-snapshots": "1.4.4",
"deparam": "git+https://github.com/brettz9/deparam.git#updates",
"elix": "^14.1.1",
"es-dev-commonjs-transformer": "0.2.0",
"es-dev-server": "1.57.8",
"es-dev-server-rollup": "0.0.8",
"eslint": "7.16.0",
"eslint-config-ash-nazg": "22.10.0",
"eslint-config-standard": "16.0.2",
@@ -197,12 +196,12 @@
"eslint-plugin-sonarjs": "0.5.0",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-unicorn": "24.0.0",
"husky": "4.3.0",
"husky": "4.3.6",
"imageoptim-cli": "3.0.2",
"jamilih": "0.53.2",
"jsdoc": "3.6.6",
"license-badger": "0.18.0",
"lint-staged": "10.5.1",
"lint-staged": "10.5.3",
"mocha": "8.2.1",
"mocha-badge-generator": "0.9.0",
"mochawesome": "6.2.1",
@@ -219,16 +218,16 @@
"remark-lint-ordered-list-marker-value": "2.0.1",
"requirejs": "2.3.6",
"rimraf": "3.0.2",
"rollup": "2.33.1",
"rollup": "2.35.1",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-filesize": "9.0.2",
"rollup-plugin-filesize": "9.1.0",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-re": "1.0.7",
"rollup-plugin-terser": "7.0.2",
"stackblur-canvas": "2.4.0",
"systemjs": "6.7.1",
"typescript": "4.0.5",
"underscore": "1.11.0"
"systemjs": "6.8.2",
"typescript": "4.1.3",
"underscore": "1.12.0"
}
}