mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
4dcc250fdb
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
148 lines
4.4 KiB
JSON
148 lines
4.4 KiB
JSON
{
|
|
"name": "@verdaccio/ui-theme",
|
|
"version": "6.0.0-6-next.21",
|
|
"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.28",
|
|
"@verdaccio/types": "workspace:*",
|
|
"babel-loader": "8.2.3",
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
|
"bundlesize": "0.18.1",
|
|
"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",
|
|
"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",
|
|
"msw": "0.36.5",
|
|
"style-loader": "3.3.1",
|
|
"stylelint": "14.3.0",
|
|
"stylelint-config-recommended": "6.0.0",
|
|
"stylelint-config-styled-components": "0.1.1",
|
|
"stylelint-processor-styled-components": "1.10.0",
|
|
"stylelint-webpack-plugin": "3.1.1",
|
|
"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"
|
|
],
|
|
"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 --runInBand",
|
|
"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"
|
|
}
|
|
}
|