0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/plugins/ui-theme/package.json
Juan Picado 6f8a2d37e6
chore: add yarn modern (2, 3, 4) to cli E2E (#3289)
* test: add more packages managers to e2e cli

* chore: remove old conf files

* add yarn modern to e2e cli

* chore: add yarn 4

* ignore binary

* fix for tests yarn 3

* chore: tests

* update website ci

* Update package.json

* chore: try yarn 3 as binary

* chore: remove unused dependency

* Update utils.ts

* Update package.json

* Update package.json

* speed up build

* Update ci.yml

* Update ci.yml

* Update website.yml

* test

* chore: reenable all tests

* chore: restore ci

* chore: clean debug code
2022-08-04 20:04:12 +02:00

126 lines
4 KiB
JSON

{
"name": "@verdaccio/ui-theme",
"version": "6.0.0-6-next.25",
"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": {
"@types/react": "17.0.38",
"@types/react-autosuggest": "10.1.5",
"@types/react-dom": "17.0.11",
"@types/react-helmet": "6.1.5",
"@types/redux": "3.6.0",
"@types/react-router-dom": "5.3.3",
"@types/react-virtualized": "9.21.16",
"@emotion/react": "11.7.1",
"@emotion/jest": "11.7.1",
"@emotion/styled": "11.6.0",
"@emotion/css": "11.7.1",
"@emotion/babel-plugin": "11.7.2",
"@mui/icons-material": "5.3.0",
"@mui/material": "5.3.0",
"@mui/styles": "5.3.0",
"@rematch/core": "2.2.0",
"@rematch/loading": "2.1.2",
"@testing-library/dom": "8.11.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@verdaccio/node-api": "workspace:6.0.0-6-next.32",
"@verdaccio/types": "workspace:*",
"babel-loader": "8.2.3",
"babel-plugin-dynamic-import-node": "2.3.3",
"css-loader": "6.5.1",
"dayjs": "1.10.7",
"friendly-errors-webpack-plugin": "1.7.0",
"github-markdown-css": "4.0.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",
"country-flag-icons": "1.4.19",
"js-base64": "3.7.2",
"js-yaml": "3.14.1",
"localstorage-memory": "1.0.3",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.5.2",
"mutationobserver-shim": "0.3.7",
"node-mocks-http": "1.11.0",
"normalize.css": "8.0.1",
"react-markdown": "8.0.0",
"react-json-view": "1.21.3",
"remark-gfm": "3.0.1",
"optimize-css-assets-webpack-plugin": "6.0.1",
"ora": "5.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "7.25.0",
"react-hot-loader": "4.13.0",
"react-i18next": "11.15.3",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-virtualized": "9.22.3",
"react-redux": "7.2.6",
"redux": "4.1.2",
"rimraf": "3.0.2",
"raw-loader": "4.0.2",
"msw": "0.36.5",
"style-loader": "3.3.1",
"stylelint": "14.8.2",
"stylelint-config-recommended": "7.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-processor-styled-components": "1.10.0",
"stylelint-webpack-plugin": "3.2.0",
"supertest": "6.2.2",
"terser-webpack-plugin": "5.3.0",
"url-loader": "4.1.1",
"validator": "13.7.0",
"webpack": "5.67.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-bundle-size-analyzer": "3.1.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "3.11.3",
"webpack-manifest-plugin": "4.1.1",
"webpack-merge": "5.8.0",
"whatwg-fetch": "3.6.2",
"xss": "1.0.10"
},
"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"
}
}