0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

fix: update dependencies, add webpack-merge

This commit is contained in:
Juan Picado @jotadeveloper 2017-07-15 23:22:11 +02:00
parent 945f833ebd
commit 9c175a597b
No known key found for this signature in database
GPG key ID: 18AC54485952D158
3 changed files with 6 additions and 5 deletions

BIN
package-lock.json generated

Binary file not shown.

View file

@ -45,8 +45,7 @@
"pkginfo": "^0.4.0",
"request": "^2.72.0",
"semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0",
"webpack-merge": "^4.1.0"
"unix-crypt-td-js": "^1.0.0"
},
"devDependencies": {
"axios": "0.16.2",
@ -103,7 +102,8 @@
"stylelint-config-standard": "16.0.0",
"url-loader": "0.5.8",
"webpack": "3.2.0",
"webpack-dev-server": "2.5.0"
"webpack-dev-server": "2.5.0",
"webpack-merge": "4.1.0"
},
"keywords": [
"private",
@ -125,10 +125,11 @@
"test-only": "mocha ./test/functional ./test/unit",
"lint": "eslint .",
"lint:css": "stylelint 'src/**/*.scss' --syntax scss",
"build-docker": "docker build -t verdaccio . --no-cache",
"build:webui": "rimraf static/* && webpack --config tools/webpack.prod.config.babel.js --debug",
"pre:webpack": "npm run lint:css && npm run lint",
"build:webui": "npm run pre:webpack && rimraf static/* && webpack --config tools/webpack.prod.config.babel.js --debug",
"dev:webui": "babel-node tools/dev.server.js",
"prepublish": "in-publish && npm run build:webpack || not-in-publish",
"build-docker": "docker build -t verdaccio . --no-cache",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},
"jest": {

BIN
yarn.lock

Binary file not shown.