{ "name": "@verdaccio/ui-theme", "version": "6.0.0-6-next.61", "description": "Verdaccio User Interface", "author": { "name": "Verdaccio Contributors", "email": "verdaccio.npm@gmail.com" }, "repository": { "type": "https", "url": "https://github.com/verdaccio/verdaccio" }, "homepage": "https://verdaccio.org", "main": "index.js", "devDependencies": { "@emotion/react": "11.10.5", "@emotion/styled": "11.10.5", "@mui/icons-material": "5.11.0", "@mui/styles": "5.11.1", "@mui/material": "5.11.1", "@emotion/babel-plugin": "11.10.5", "@emotion/css": "11.10.5", "@emotion/jest": "11.10.5", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", "@rematch/persist": "2.1.2", "@testing-library/dom": "8.19.1", "@testing-library/jest-dom": "5.16.5", "@testing-library/react": "13.4.0", "@verdaccio/node-api": "workspace:6.0.0-6-next.61", "@verdaccio/ui-components": "workspace:2.0.0-6-next.3", "@verdaccio/types": "workspace:*", "normalize.css": "8.0.1", "babel-loader": "8.3.0", "babel-plugin-dynamic-import-node": "2.3.3", "country-flag-icons": "1.5.5", "css-loader": "6.7.3", "dayjs": "1.11.7", "friendly-errors-webpack-plugin": "1.7.0", "harmony-reflect": "1.6.2", "history": "4.10.1", "html-webpack-plugin": "5.5.0", "i18next": "20.6.1", "in-publish": "2.0.1", "js-base64": "3.7.3", "js-yaml": "3.14.1", "localstorage-memory": "1.0.3", "lodash": "4.17.21", "mini-css-extract-plugin": "2.7.2", "msw": "0.49.2", "mutationobserver-shim": "0.3.7", "node-mocks-http": "1.12.1", "optimize-css-assets-webpack-plugin": "6.0.1", "ora": "5.4.1", "dompurify": "2.4.1", "highlight.js": "11.7.0", "github-markdown-css": "4.0.0", "marked": "4.2.5", "raw-loader": "4.0.2", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "7.41.1", "react-hot-loader": "4.13.1", "react-i18next": "12.1.1", "react-json-view": "1.21.3", "react-markdown": "8.0.4", "react-redux": "7.2.9", "react-router": "5.3.4", "react-router-dom": "5.3.4", "react-virtualized": "9.22.3", "redux": "4.2.0", "redux-persist": "6.0.0", "remark-gfm": "3.0.1", "rimraf": "3.0.2", "style-loader": "3.3.1", "stylelint": "14.16.1", "stylelint-config-recommended": "7.0.0", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "stylelint-webpack-plugin": "3.3.0", "supertest": "6.3.3", "terser-webpack-plugin": "5.3.6", "url-loader": "4.1.1", "validator": "13.7.0", "webpack": "5.75.0", "webpack-bundle-analyzer": "4.7.0", "webpack-bundle-size-analyzer": "3.1.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "3.11.3", "webpack-manifest-plugin": "4.1.1", "webpack-merge": "5.8.0", "whatwg-fetch": "3.6.2" }, "keywords": [ "private", "package", "repository", "registry", "enterprise", "modules", "proxy", "server", "verdaccio" ], "scripts": { "type-check": "tsc --noEmit -p tsconfig.build.json", "start": "babel-node tools/dev.server.js", "test:clean": "jest --clearCache", "test": "cross-env TZ=UTC jest --config ./jest/jest.config.js", "test:update-snapshot": "yarn run test -- -u", "lint": "pnpm lint:js && pnpm lint:css", "lint:css": "yarn stylelint \"src/**/styles.ts\"", "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" } }