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:
parent
e9f3d0d0c3
commit
9707e0c336
9 changed files with 7 additions and 6361 deletions
|
@ -5,4 +5,5 @@ verdaccio-*.tgz
|
||||||
test-storage*
|
test-storage*
|
||||||
/.*
|
/.*
|
||||||
scripts/
|
scripts/
|
||||||
|
scripts/
|
||||||
wiki/
|
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",
|
"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
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue