|
@@ -84,7 +84,6 @@
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-promise": "4.2.1",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"eslint-plugin-react": "7.22.0",
|
|
"events.once": "2.0.2",
|
|
"events.once": "2.0.2",
|
|
- "execa": "4.0.0",
|
|
|
|
"exorcist": "^2.0.0",
|
|
"exorcist": "^2.0.0",
|
|
"express": "^4.17.1",
|
|
"express": "^4.17.1",
|
|
"fakefile": "^1.0.0",
|
|
"fakefile": "^1.0.0",
|
|
@@ -153,7 +152,7 @@
|
|
"build:lib": "node ./bin/build-lib.js",
|
|
"build:lib": "node ./bin/build-lib.js",
|
|
"build:locale-pack": "node ./bin/locale-packs.js build",
|
|
"build:locale-pack": "node ./bin/locale-packs.js build",
|
|
"build": "npm-run-all --parallel build:js build:css --serial size",
|
|
"build": "npm-run-all --parallel build:js build:css --serial size",
|
|
- "contributors:save": "node ./bin/update-contributors.js",
|
|
|
|
|
|
+ "contributors:save": "node ./bin/update-contributors.mjs",
|
|
"dev:browsersync": "browser-sync start --no-open --no-ghost-mode false --server examples/dev --index Dashboard.html --port 3452 --serveStatic packages/uppy/dist --files \"examples/dev/output/*.js, packages/uppy/dist/uppy.min.css, packages/uppy/lib/**/*\"",
|
|
"dev:browsersync": "browser-sync start --no-open --no-ghost-mode false --server examples/dev --index Dashboard.html --port 3452 --serveStatic packages/uppy/dist --files \"examples/dev/output/*.js, packages/uppy/dist/uppy.min.css, packages/uppy/lib/**/*\"",
|
|
"dev:watch-sandbox": "npm run --prefix examples/dev watch:sandbox",
|
|
"dev:watch-sandbox": "npm run --prefix examples/dev watch:sandbox",
|
|
"dev:with-companion": "npm-run-all --parallel start:companion dev:watch-sandbox watch:js:lib watch:css dev:browsersync",
|
|
"dev:with-companion": "npm-run-all --parallel start:companion dev:watch-sandbox watch:js:lib watch:css dev:browsersync",
|