mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Update dev helper things
This commit is contained in:
parent
e9849f7b29
commit
1e674b3d01
3 changed files with 3130 additions and 1380 deletions
3
Makefile
3
Makefile
|
|
@ -3,6 +3,9 @@
|
|||
#
|
||||
# https://www.npmjs.com/package/fakefile
|
||||
#
|
||||
# Please do not edit this file directly, but propose changed upstream instead:
|
||||
# https://github.com/kvz/fakefile/blob/master/Makefile
|
||||
#
|
||||
# This Makefile offers convience shortcuts into any Node.js project that utilizes npm scripts.
|
||||
# It functions as a wrapper around the actual listed in `package.json`
|
||||
# So instead of typing:
|
||||
|
|
|
|||
4489
package-lock.json
generated
4489
package-lock.json
generated
File diff suppressed because it is too large
Load diff
18
package.json
18
package.json
|
|
@ -59,11 +59,11 @@
|
|||
"babel-preset-es2015": "^6.24.1",
|
||||
"babel-register": "^6.26.0",
|
||||
"babelify": "^8.0.0",
|
||||
"browser-sync": "2.18.8",
|
||||
"browser-sync": "^2.23.5",
|
||||
"browserify": "^15.1.0",
|
||||
"chalk": "1.1.3",
|
||||
"cssnano": "^3.10.0",
|
||||
"disc": "1.3.2",
|
||||
"disc": "^1.3.3",
|
||||
"eslint": "^3.19.0",
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint-config-standard-preact": "^1.1.6",
|
||||
|
|
@ -73,22 +73,22 @@
|
|||
"eslint-plugin-promise": "^3.6.0",
|
||||
"eslint-plugin-standard": "^3.0.1",
|
||||
"exorcist": "^1.0.0",
|
||||
"fakefile": "0.0.8",
|
||||
"fakefile": "0.0.9",
|
||||
"glob": "7.1.1",
|
||||
"isomorphic-fetch": "2.2.1",
|
||||
"jest": "^22.0.6",
|
||||
"lint-staged": "2.0.2",
|
||||
"lint-staged": "^6.0.0",
|
||||
"minify-stream": "^1.1.0",
|
||||
"mkdirp": "0.5.1",
|
||||
"multi-glob": "1.0.1",
|
||||
"next-update": "1.2.2",
|
||||
"next-update": "^3.6.0",
|
||||
"nock": "8.0.0",
|
||||
"node-sass": "^4.7.2",
|
||||
"nodemon": "1.8.1",
|
||||
"npm-run-all": "2.3.0",
|
||||
"onchange": "3.2.1",
|
||||
"nodemon": "^1.14.11",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"onchange": "^3.3.0",
|
||||
"postcss": "^6.0.16",
|
||||
"pre-commit": "1.1.3",
|
||||
"pre-commit": "^1.2.2",
|
||||
"redux": "^3.7.2",
|
||||
"sass": "0.5.0",
|
||||
"tape": "^4.8.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue