2016-04-21 22:13:49 +02:00
|
|
|
{
|
2021-08-30 08:19:08 +02:00
|
|
|
"private": true,
|
|
|
|
"name": "verdaccio-dev",
|
2016-04-21 22:13:49 +02:00
|
|
|
"author": {
|
2019-02-07 07:51:44 +01:00
|
|
|
"name": "Verdaccio Maintainers",
|
|
|
|
"email": "verdaccio.npm@gmail.com"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
2021-02-11 17:51:53 +01:00
|
|
|
"type": "https",
|
|
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
2019-08-26 07:01:48 +02:00
|
|
|
"homepage": "https://verdaccio.org",
|
2019-12-11 23:41:25 +01:00
|
|
|
"funding": {
|
|
|
|
"type": "opencollective",
|
|
|
|
"url": "https://opencollective.com/verdaccio"
|
|
|
|
},
|
2016-04-21 22:13:49 +02:00
|
|
|
"devDependencies": {
|
2023-10-07 08:36:16 +02:00
|
|
|
"@babel/cli": "7.23.0",
|
|
|
|
"@babel/core": "7.23.0",
|
2023-09-19 07:12:30 +02:00
|
|
|
"@babel/eslint-parser": "7.22.15",
|
2023-09-19 17:37:11 +02:00
|
|
|
"@babel/node": "7.22.19",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-proposal-class-properties": "7.18.6",
|
2023-10-07 08:36:16 +02:00
|
|
|
"@babel/plugin-proposal-decorators": "7.23.0",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
|
2023-08-20 12:32:09 +02:00
|
|
|
"@babel/plugin-proposal-function-sent": "7.22.5",
|
2022-08-08 08:55:41 +02:00
|
|
|
"@babel/plugin-proposal-json-strings": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.18.6",
|
2022-12-26 09:43:07 +01:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
2023-05-23 21:02:49 +02:00
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.21.0",
|
2023-08-20 12:32:09 +02:00
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.22.5",
|
2020-08-11 07:21:51 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2023-08-20 12:32:09 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.22.5",
|
2023-09-19 17:37:11 +02:00
|
|
|
"@babel/plugin-transform-classes": "7.22.15",
|
|
|
|
"@babel/plugin-transform-runtime": "7.22.15",
|
|
|
|
"@babel/preset-env": "7.22.20",
|
|
|
|
"@babel/preset-react": "7.22.15",
|
2023-10-07 08:36:16 +02:00
|
|
|
"@babel/preset-typescript": "7.23.0",
|
2023-09-19 17:37:11 +02:00
|
|
|
"@babel/register": "7.22.15",
|
2023-10-07 08:36:16 +02:00
|
|
|
"@babel/runtime": "7.23.1",
|
2022-12-26 09:43:07 +01:00
|
|
|
"@changesets/changelog-github": "0.4.8",
|
2022-09-02 20:40:12 +02:00
|
|
|
"@changesets/cli": "2.24.4",
|
2023-07-08 10:53:03 +02:00
|
|
|
"@changesets/get-dependents-graph": "1.3.6",
|
2023-10-11 08:39:07 +02:00
|
|
|
"@crowdin/cli": "3.14.0",
|
2023-02-18 22:44:45 +01:00
|
|
|
"@dianmora/contributors": "5.0.0",
|
2023-04-17 07:14:00 +02:00
|
|
|
"@emotion/react": "11.10.6",
|
|
|
|
"@emotion/styled": "11.10.6",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@testing-library/dom": "9.3.3",
|
|
|
|
"@testing-library/jest-dom": "6.1.3",
|
|
|
|
"@testing-library/react": "14.0.0",
|
|
|
|
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
2023-10-03 11:56:00 +02:00
|
|
|
"@types/async": "3.2.21",
|
2023-04-12 08:23:01 +02:00
|
|
|
"@types/body-parser": "1.19.2",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@types/connect": "3.4.36",
|
2023-04-12 08:23:01 +02:00
|
|
|
"@types/cookiejar": "2.1.2",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@types/debug": "^4.1.9",
|
|
|
|
"@types/express": "4.17.18",
|
|
|
|
"@types/express-serve-static-core": "4.17.37",
|
|
|
|
"@types/http-errors": "2.0.2",
|
|
|
|
"@types/jest": "29.5.5",
|
|
|
|
"@types/jsonwebtoken": "9.0.3",
|
|
|
|
"@types/lodash": "4.14.199",
|
|
|
|
"@types/mime": "3.0.2",
|
|
|
|
"@types/minimatch": "5.1.2",
|
|
|
|
"@types/node": "20.8.3",
|
|
|
|
"@types/node-fetch": "2.6.6",
|
|
|
|
"@types/qs": "6.9.8",
|
|
|
|
"@types/range-parser": "1.2.5",
|
|
|
|
"@types/react": "18.2.25",
|
|
|
|
"@types/react-dom": "18.2.11",
|
2023-02-18 22:44:45 +01:00
|
|
|
"@types/react-router-dom": "5.3.3",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@types/react-virtualized": "9.21.23",
|
2023-02-18 22:44:45 +01:00
|
|
|
"@types/redux": "3.6.0",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@types/request": "2.48.9",
|
|
|
|
"@types/semver": "7.5.3",
|
|
|
|
"@types/send": "0.17.2",
|
|
|
|
"@types/serve-static": "1.15.3",
|
|
|
|
"@types/superagent": "4.1.19",
|
|
|
|
"@types/supertest": "2.0.14",
|
|
|
|
"@types/testing-library__jest-dom": "6.0.0",
|
|
|
|
"@types/validator": "13.11.2",
|
|
|
|
"@types/webpack": "5.28.3",
|
|
|
|
"@types/webpack-env": "1.18.2",
|
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
|
|
"@typescript-eslint/parser": "6.7.4",
|
2022-10-01 14:08:40 +02:00
|
|
|
"@verdaccio/crowdin-translations": "workspace:*",
|
2021-05-16 17:11:08 +02:00
|
|
|
"@verdaccio/eslint-config": "workspace:*",
|
2021-06-13 09:14:04 +02:00
|
|
|
"@verdaccio/types": "workspace:*",
|
|
|
|
"@verdaccio/ui-theme": "workspace:*",
|
2023-10-07 16:23:04 +02:00
|
|
|
"@vitest/coverage-v8": "^0.34.6",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
2023-10-07 08:36:16 +02:00
|
|
|
"babel-jest": "29.7.0",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2023-10-07 08:36:16 +02:00
|
|
|
"babel-plugin-emotion": "11.0.0",
|
2021-12-20 07:49:26 +01:00
|
|
|
"concurrently": "6.5.1",
|
2021-01-16 10:40:43 +01:00
|
|
|
"cross-env": "7.0.3",
|
2022-05-19 22:03:04 +02:00
|
|
|
"debug": "4.3.4",
|
2020-05-20 22:45:08 +02:00
|
|
|
"detect-secrets": "1.0.6",
|
2023-10-07 16:23:04 +02:00
|
|
|
"eslint": "8.51.0",
|
2022-08-08 08:55:41 +02:00
|
|
|
"fs-extra": "10.1.0",
|
2023-02-26 08:19:41 +01:00
|
|
|
"got": "11.8.6",
|
2021-10-23 08:50:42 +02:00
|
|
|
"husky": "7.0.4",
|
2021-01-16 10:40:43 +01:00
|
|
|
"in-publish": "2.0.1",
|
2023-10-07 08:36:16 +02:00
|
|
|
"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",
|
2023-05-02 19:05:22 +02:00
|
|
|
"kleur": "4.1.5",
|
2021-12-25 14:05:07 +01:00
|
|
|
"lint-staged": "11.2.6",
|
2023-10-07 16:23:04 +02:00
|
|
|
"nock": "13.3.3",
|
2023-10-10 19:19:37 +02:00
|
|
|
"nodemon": "2.0.22",
|
2020-09-03 21:15:29 +02:00
|
|
|
"npm-run-all": "4.1.5",
|
2023-05-23 21:49:57 +02:00
|
|
|
"prettier": "2.8.8",
|
2023-02-18 22:44:45 +01:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2020-06-30 21:55:14 +02:00
|
|
|
"rimraf": "3.0.2",
|
2022-01-11 17:42:00 +01:00
|
|
|
"selfsigned": "1.10.14",
|
2022-12-26 09:43:07 +01:00
|
|
|
"supertest": "6.3.3",
|
2022-08-08 08:55:41 +02:00
|
|
|
"ts-node": "10.9.1",
|
2023-10-07 16:23:04 +02:00
|
|
|
"typescript": "5.2.2",
|
|
|
|
"update-ts-references": "2.6.1",
|
2020-11-15 14:25:03 +01:00
|
|
|
"verdaccio-audit": "workspace:*",
|
|
|
|
"verdaccio-auth-memory": "workspace:*",
|
|
|
|
"verdaccio-htpasswd": "workspace:*",
|
2023-08-26 15:24:00 +02:00
|
|
|
"verdaccio-memory": "workspace:*",
|
|
|
|
"vitest": "^0.34.3"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-08-02 22:45:16 +02:00
|
|
|
"prepare": "husky install",
|
2021-09-16 07:03:57 +02:00
|
|
|
"husky:pre-commit": "lint-staged",
|
2023-04-12 08:23:01 +02:00
|
|
|
"clean": "pnpm --filter \"./packages/**\" clean",
|
|
|
|
"build": "pnpm --filter \"./packages/**\" build && pnpm --filter @verdaccio/test-cli-commons build",
|
2020-03-03 23:59:19 +01:00
|
|
|
"docker": "docker build -t verdaccio/verdaccio:local . --no-cache",
|
2020-09-03 21:15:29 +02:00
|
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
|
|
|
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,yml,yaml,md}\"",
|
2022-07-29 20:51:45 +02:00
|
|
|
"lint": "eslint --max-warnings 100 \"**/*.{js,jsx,ts,tsx}\"",
|
2023-04-12 08:23:01 +02:00
|
|
|
"test": "pnpm --filter \"./packages/**\" test",
|
|
|
|
"test:e2e:cli": "pnpm --filter ...@verdaccio/e2e-cli-* test -- --coverage=false",
|
|
|
|
"test:e2e:ui": "pnpm --filter ...@verdaccio/e2e-ui test",
|
2020-12-22 21:16:11 +01:00
|
|
|
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
|
2022-02-15 22:18:20 +01:00
|
|
|
"contributors": "ts-node ./scripts/contributors-update.ts",
|
2022-12-25 18:48:18 +01:00
|
|
|
"script:addson": "ts-node ./scripts/addon-update.ts",
|
2020-12-22 21:16:11 +01:00
|
|
|
"start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
|
|
|
|
"_build:watch": "pnpm run --parallel watch --filter ./packages",
|
2021-09-25 17:35:03 +02:00
|
|
|
"_start:server": "node --inspect packages/verdaccio/debug/bootstrap.js --listen 8000",
|
2023-04-12 08:23:01 +02:00
|
|
|
"_start:web": "pnpm --filter ...@verdaccio/ui-theme start",
|
2020-12-22 21:16:11 +01:00
|
|
|
"_debug:reload": "nodemon -d 3 packages/verdaccio/debug/bootstrap.js",
|
2020-12-22 10:25:07 +01:00
|
|
|
"start:ts": "ts-node packages/verdaccio/src/start.ts -- --listen 8000",
|
2021-09-08 19:06:37 +02:00
|
|
|
"debug": "node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
|
2022-08-08 07:14:23 +02:00
|
|
|
"debug:fastify": "cross-env VERDACCIO_SERVER=fastify node --trace-warnings --trace-uncaught --inspect packages/verdaccio/debug/bootstrap.js",
|
2021-09-08 19:06:37 +02:00
|
|
|
"debug:break": "node --trace-warnings --trace-uncaught --inspect-brk packages/verdaccio/debug/bootstrap.js",
|
2020-08-22 12:42:58 +02:00
|
|
|
"changeset": "changeset",
|
|
|
|
"changeset:check": "changeset status --since-master",
|
2020-08-23 09:26:51 +02:00
|
|
|
"ci:version": "run-s ci:version:changeset ci:version:install",
|
|
|
|
"ci:version:install": "pnpm install --frozen-lockfile=false",
|
2021-01-10 19:05:21 +01:00
|
|
|
"ci:version:changeset": "changeset version",
|
2021-05-24 10:46:25 +02:00
|
|
|
"ci:publish": "changeset publish",
|
2021-07-11 15:42:56 +02:00
|
|
|
"ts:ref": "update-ts-references --discardComments",
|
2023-04-12 08:23:01 +02:00
|
|
|
"website": "pnpm --filter ...@verdaccio/website build",
|
|
|
|
"ui:storybook:build": "pnpm --filter ...@verdaccio/ui-components build-storybook",
|
|
|
|
"ui:storybook": "pnpm --filter ...@verdaccio/ui-components storybook",
|
2022-10-01 14:08:40 +02:00
|
|
|
"translations": "local-crowdin-api translations",
|
2021-07-27 21:52:49 +02:00
|
|
|
"crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
|
2021-09-25 17:35:03 +02:00
|
|
|
"crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
|
2023-04-12 21:23:10 +02:00
|
|
|
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download",
|
2022-09-02 20:40:12 +02:00
|
|
|
"postinstall": "husky install",
|
2023-04-12 08:23:01 +02:00
|
|
|
"local:registry": "pnpm --filter ...@verdaccio/local-publish start",
|
2023-02-04 11:34:33 +01:00
|
|
|
"local:snapshots": "changeset version --snapshot",
|
2023-05-14 12:22:02 +02:00
|
|
|
"local:publish": "cross-env npm_config_registry=http://localhost:4873 changeset publish --no-git-tag",
|
2022-09-02 20:40:12 +02:00
|
|
|
"local:publish:release": "concurrently \"pnpm local:registry\" \"pnpm local:publish\""
|
2018-08-15 22:17:41 +02:00
|
|
|
},
|
2022-10-10 08:00:09 +02:00
|
|
|
"pnpm": {
|
|
|
|
"overrides": {
|
|
|
|
"got": "11.8.5",
|
|
|
|
"p-cancelable": "2.1.1"
|
|
|
|
}
|
|
|
|
},
|
2022-05-19 22:03:04 +02:00
|
|
|
"engines": {
|
2023-10-07 16:23:04 +02:00
|
|
|
"node": ">=18"
|
2022-05-19 22:03:04 +02:00
|
|
|
},
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
2020-09-03 21:15:29 +02:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx,json,yml,yaml,md}": "prettier --write",
|
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --cache --fix"
|
2018-01-20 09:45:44 +01:00
|
|
|
}
|
2018-02-24 22:18:58 +01:00
|
|
|
}
|