{ "name": "@verdaccio/ui-theme", "version": "6.0.0-6-next.8", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Core Team", "email": "verdaccio.npm@gmail.com" }, "repository": { "type": "https", "url": "https://github.com/verdaccio/verdaccio" }, "homepage": "https://verdaccio.org", "main": "index.js", "engines": { "node": ">=10", "npm": ">=6" }, "devDependencies": { "@emotion/core": "10.1.1", "@emotion/jest": "^11.1.0", "@emotion/styled": "10.0.27", "@emotion/styled-base": "^10.0.31", "@htmllinter/basic-config": "^0.5.1", "@htmllinter/core": "^0.5.1", "@material-ui/core": "4.11.2", "@material-ui/icons": "4.11.2", "@material-ui/styles": "^4.11.2", "@testing-library/dom": "^7.29.0", "@testing-library/jest-dom": "^5.11.6", "@testing-library/react": "10.4.9", "@verdaccio/node-api": "workspace:6.0.0-6-next.16", "autosuggest-highlight": "3.1.1", "babel-loader": "^8.2.2", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-emotion": "10.0.33", "bundlesize": "0.18.0", "css-loader": "5.2.1", "dayjs": "1.9.7", "emotion": "10.0.27", "emotion-theming": "10.0.27", "file-loader": "5.1.0", "friendly-errors-webpack-plugin": "1.7.0", "get-stdin": "7.0.0", "github-markdown-css": "3.0.1", "harmony-reflect": "^1.6.1", "history": "^4.10.1", "html-webpack-plugin": "5.3.1", "i18next": "^19.8.4", "in-publish": "2.0.1", "js-base64": "2.5.1", "js-yaml": "3.14.0", "lint-staged": "9.5.0", "localstorage-memory": "1.0.3", "lodash": "^4.17.20", "mini-css-extract-plugin": "^1.3.3", "mutationobserver-shim": "0.3.7", "node-mocks-http": "1.9.0", "normalize.css": "8.0.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "ora": "4.0.4", "prop-types": "15.7.2", "react": "16.13.1", "react-autosuggest": "10.0.2", "react-dom": "16.13.1", "react-hook-form": "3.29.4", "react-hot-loader": "4.12.21", "react-i18next": "^11.8.3", "react-router": "^5.2.0", "react-router-dom": "5.2.0", "react-virtualized": "9.22.2", "request": "2.88.2", "resolve-url-loader": "3.1.1", "rimraf": "3.0.2", "source-map-loader": "1.1.0", "standard-version": "9.0.0", "style-loader": "1.2.1", "stylelint": "13.7.2", "stylelint-config-recommended": "3.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "stylelint-webpack-plugin": "^2.1.1", "supertest": "4.0.2", "terser-webpack-plugin": "^5.0.3", "url-loader": "^4.1.1", "validator": "13.1.1", "wait-on": "5.2.0", "webpack": "5.33.2", "webpack-bundle-analyzer": "3.8.0", "webpack-bundle-size-analyzer": "3.1.0", "webpack-manifest-plugin": "^3.0.0", "webpack-cli": "^4.5.0", "webpack-dev-server": "^3.11.2", "webpack-merge": "^5.7.3", "whatwg-fetch": "^3.4.1", "xss": "1.0.8" }, "keywords": [ "private", "package", "repository", "registry", "enterprise", "modules", "proxy", "server", "verdaccio" ], "bundlesize": [ { "path": "./static/vendors.*.js", "maxSize": "900 kB" }, { "path": "./static/main.*.js", "maxSize": "400 kB" }, { "path": "./static/*.svg", "maxSize": "1.3 kB" }, { "path": "./static/*.png", "maxSize": "15 kB" }, { "path": "./static/fonts/*.{woff,woff2}", "maxSize": "20 kB" } ], "scripts": { "type-check": "tsc --noEmit -p tsconfig.build.json", "start": "babel-node tools/dev.server.js", "test:clean": "jest --clearCache", "test": "cross-env BABEL_ENV=test cross-env NODE_ENV=test cross-env TZ=UTC jest --config ./jest/jest.config.js --maxWorkers 2 --passWithNoTests", "test:update-snapshot": "yarn run test -- -u", "test:size": "bundlesize", "lint": "pnpm lint:js && pnpm lint:css", "lint:css": "yarn stylelint \"src/**/styles.ts\"", "lint:html": "yarn htmllinter src/template/index.html", "verdaccio:server": "node tools/verdaccio.js", "build": "webpack --config tools/webpack.prod.config.babel.js", "build:stats": "webpack --config tools/webpack.prod.config.babel.js --json > stats.json", "build:size": "webpack --config tools/webpack.prod.config.babel.js --json | webpack-bundle-size-analyzer" }, "license": "MIT", "collective": { "type": "opencollective", "url": "https://opencollective.com/verdaccio", "logo": "https://opencollective.com/verdaccio/logo.txt" } }