{ "name": "@verdaccio/ui-theme", "version": "8.0.0-next-8.3", "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/babel-plugin": "11.10.6", "@emotion/css": "11.10.6", "@emotion/jest": "11.11.0", "@emotion/react": "11.10.6", "@emotion/styled": "11.10.6", "@mui/icons-material": "5.16.5", "@mui/material": "5.16.5", "@mui/styles": "5.16.5", "@rematch/core": "2.2.0", "@rematch/loading": "2.1.2", "@rematch/persist": "2.1.2", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "16.0.0", "@verdaccio/node-api": "workspace:8.0.0-next-8.3", "@verdaccio/types": "workspace:*", "@verdaccio/ui-components": "workspace:4.0.0-next-8.2", "babel-loader": "8.3.0", "babel-plugin-dynamic-import-node": "2.3.3", "country-flag-icons": "1.5.13", "css-loader": "6.9.1", "dayjs": "1.11.13", "dompurify": "3.1.6", "friendly-errors-webpack-plugin": "1.7.0", "harmony-reflect": "1.6.2", "highlight.js": "11.10.0", "history": "4.10.1", "html-webpack-plugin": "5.6.0", "i18next": "20.6.1", "in-publish": "2.0.1", "js-base64": "3.7.7", "js-yaml": "4.1.0", "localstorage-memory": "1.0.3", "lodash": "4.17.21", "marked": "11.2.0", "mini-css-extract-plugin": "2.7.7", "msw": "0.49.3", "mutationobserver-shim": "0.3.7", "node-mocks-http": "1.14.1", "normalize.css": "8.0.1", "optimize-css-assets-webpack-plugin": "6.0.1", "ora": "5.4.1", "raw-loader": "4.0.2", "react": "18.2.0", "react-dom": "18.2.0", "jest": "29.7.0", "jest-diff": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-environment-jsdom-global": "4.0.0", "jest-environment-node": "29.7.0", "jest-junit": "16.0.0", "react-hook-form": "7.52.1", "react-hot-loader": "4.13.1", "react-i18next": "13.5.0", "react-json-view": "1.21.3", "react-markdown": "9.0.1", "react-redux": "8.1.3", "react-router": "5.3.4", "react-router-dom": "5.3.4", "react-virtualized": "9.22.5", "redux": "4.2.1", "redux-persist": "6.0.0", "rimraf": "5.0.10", "style-loader": "3.3.4", "stylelint": "15.11.0", "stylelint-config-recommended": "10.0.1", "stylelint-config-styled-components": "0.1.1", "stylelint-processor-styled-components": "1.10.0", "stylelint-webpack-plugin": "4.1.1", "supertest": "6.3.4", "terser-webpack-plugin": "5.3.10", "url-loader": "4.1.1", "validator": "13.12.0", "webpack": "5.93.0", "webpack-bundle-analyzer": "4.10.2", "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.10.0", "whatwg-fetch": "3.6.20" }, "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", "clean": "rimraf ./static", "lint:css": "yarn stylelint \"src/**/styles.ts\"", "verdaccio:server": "node tools/verdaccio.js", "build": "pnpm clean && 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", "view-bundle": "pnpm run build:stats && webpack-bundle-analyzer stats.json" }, "license": "MIT", "collective": { "type": "opencollective", "url": "https://opencollective.com/verdaccio", "logo": "https://opencollective.com/verdaccio/logo.txt" } }