{
  "name": "@verdaccio/ui-theme",
  "version": "7.0.0-next-7.7",
  "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.15.6",
    "@mui/material": "5.15.6",
    "@mui/styles": "5.15.6",
    "@rematch/core": "2.2.0",
    "@rematch/loading": "2.1.2",
    "@rematch/persist": "2.1.2",
    "@testing-library/dom": "9.3.4",
    "@testing-library/jest-dom": "6.2.1",
    "@testing-library/react": "14.1.2",
    "@verdaccio/node-api": "workspace:7.0.0-next-7.7",
    "@verdaccio/types": "workspace:*",
    "@verdaccio/ui-components": "workspace:3.0.0-next.2",
    "babel-loader": "8.3.0",
    "babel-plugin-dynamic-import-node": "2.3.3",
    "country-flag-icons": "1.5.9",
    "css-loader": "6.9.1",
    "dayjs": "1.11.10",
    "dompurify": "3.0.8",
    "friendly-errors-webpack-plugin": "1.7.0",
    "harmony-reflect": "1.6.2",
    "highlight.js": "11.9.0",
    "history": "4.10.1",
    "html-webpack-plugin": "5.6.0",
    "i18next": "20.6.1",
    "in-publish": "2.0.1",
    "js-base64": "3.7.6",
    "js-yaml": "4.1.0",
    "localstorage-memory": "1.0.3",
    "lodash": "4.17.21",
    "marked": "11.1.1",
    "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",
    "react-hook-form": "7.49.3",
    "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",
    "remark-gfm": "3.0.1",
    "rimraf": "5.0.5",
    "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.11.0",
    "webpack": "5.90.0",
    "webpack-bundle-analyzer": "4.10.1",
    "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"
  }
}