1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/packages/plugins/ui-theme/package.json
github-actions[bot] 54b17f4442
chore: update versions (6-next) (#2296)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-06-16 08:37:29 +02:00

148 lines
4.4 KiB
JSON

{
"name": "@verdaccio/ui-theme",
"version": "6.0.0-6-next.9",
"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",
"engines": {
"node": ">=10",
"npm": ">=6"
},
"devDependencies": {
"@emotion/core": "10.1.1",
"@emotion/jest": "^11.3.0",
"@emotion/styled": "10.0.27",
"@emotion/styled-base": "^10.0.31",
"@material-ui/core": "4.11.4",
"@material-ui/icons": "4.11.2",
"@material-ui/styles": "^4.11.4",
"@testing-library/dom": "7.31.2",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "11.2.7",
"@verdaccio/node-api": "workspace:6.0.0-6-next.17",
"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",
"github-markdown-css": "3.0.1",
"harmony-reflect": "^1.6.2",
"history": "^4.10.1",
"html-webpack-plugin": "5.3.1",
"i18next": "^19.9.2",
"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.21",
"mini-css-extract-plugin": "^1.6.0",
"mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.9.0",
"normalize.css": "8.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.6",
"ora": "4.0.4",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-autosuggest": "10.1.0",
"react-dom": "17.0.2",
"react-hook-form": "7.8.4",
"react-hot-loader": "4.13.0",
"react-i18next": "^11.10.0",
"react-router": "^5.2.0",
"react-router-dom": "5.2.0",
"react-virtualized": "9.22.3",
"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.1.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-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-merge": "^5.8.0",
"whatwg-fetch": "^3.6.2",
"xss": "1.0.9"
},
"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\"",
"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"
}
}