0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05: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

View file

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

View file

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

View file

View file

View file

@ -41,10 +41,11 @@
"minimatch": "^3.0.2", "minimatch": "^3.0.2",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"pkginfo": "^0.4.0", "pkginfo": "^0.4.0",
"prop-types": "15.5.10", "prop-types": "^15.5.10",
"request": "^2.72.0", "request": "^2.72.0",
"semver": "^5.1.0", "semver": "^5.1.0",
"unix-crypt-td-js": "^1.0.0" "unix-crypt-td-js": "^1.0.0",
"verdaccio": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"babel-cli": "6.22.2", "babel-cli": "6.22.2",
@ -130,6 +131,8 @@
"lint": "eslint .", "lint": "eslint .",
"build-docker": "docker build -t verdaccio .", "build-docker": "docker build -t verdaccio .",
"build:webpack": "webpack --config tools/webpack.config.js", "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", "prepublish": "in-publish && npm run build:webpack || not-in-publish",
"build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ." "build-docker:rpi": "docker build -f Dockerfile.rpi -t verdaccio:rpi ."
}, },

BIN
yarn.lock

Binary file not shown.