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:
parent
e9f3d0d0c3
commit
9707e0c336
@ -5,4 +5,5 @@ verdaccio-*.tgz
|
||||
test-storage*
|
||||
/.*
|
||||
scripts/
|
||||
scripts/
|
||||
wiki/
|
||||
|
BIN
lib/web/static/header.png
Normal file
BIN
lib/web/static/header.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
6358
lib/web/ui/css/bootstrap.css
vendored
6358
lib/web/ui/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
0
lib/web/ui/js/bootstrap-modal.js
vendored
0
lib/web/ui/js/bootstrap-modal.js
vendored
@ -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
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in New Issue
Block a user