1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

Add new web ui, replace the old one based on jQuery by React components and webpack.

This commit is contained in:
Juan Picado @jotadeveloper 2017-06-17 10:50:49 +02:00
parent e9f3d0d0c3
commit 9707e0c336
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
9 changed files with 7 additions and 6361 deletions

@ -5,4 +5,5 @@ verdaccio-*.tgz
test-storage*
/.*
scripts/
scripts/
wiki/

BIN
lib/web/static/header.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

File diff suppressed because it is too large Load Diff

@ -41,10 +41,11 @@
"minimatch": "^3.0.2",
"mkdirp": "^0.5.1",
"pkginfo": "^0.4.0",
"prop-types": "15.5.10",
"prop-types": "^15.5.10",
"request": "^2.72.0",
"semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0"
"unix-crypt-td-js": "^1.0.0",
"verdaccio": "^2.2.0"
},
"devDependencies": {
"babel-cli": "6.22.2",
@ -119,7 +120,7 @@
"server"
],
"scripts": {
"test": "npm run lint && npm run test:ui:update && mocha ./test/functional --reporter=spec --full-trace",
"test": "npm run lint && npm run test:ui:update &&mocha ./test/functional --reporter=spec --full-trace",
"test:coverage": "nyc mocha -R spec ./test/functional ./test/unit",
"test:ui": "NODE_ENV=test jest",
"test:ui:update": "NODE_ENV=test jest -u",
@ -130,6 +131,8 @@
"lint": "eslint .",
"build-docker": "docker build -t verdaccio .",
"build:webpack": "webpack --config tools/webpack.config.js",
"prepublish": "in-publish && thing-I-dont-want-on-dev-install || not-in-publish",
"build:webpack": "webpack --config tools/webpack.config.js",
"prepublish": "in-publish && npm run build:webpack || not-in-publish",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
},

BIN
yarn.lock

Binary file not shown.