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",
|
2020-03-03 23:59:19 +01:00
|
|
|
"private": true,
|
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": {
|
2021-04-21 22:30:19 +02:00
|
|
|
"@babel/cli": "7.13.14",
|
|
|
|
"@babel/core": "7.13.15",
|
|
|
|
"@babel/node": "7.13.13",
|
|
|
|
"@babel/plugin-proposal-class-properties": "7.13.0",
|
|
|
|
"@babel/plugin-proposal-decorators": "7.13.15",
|
2021-02-11 20:01:11 +01:00
|
|
|
"@babel/plugin-proposal-export-namespace-from": "7.12.13",
|
|
|
|
"@babel/plugin-proposal-function-sent": "7.12.13",
|
2021-04-21 22:30:19 +02:00
|
|
|
"@babel/plugin-proposal-json-strings": "7.13.8",
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.13.8",
|
2021-02-11 20:01:11 +01:00
|
|
|
"@babel/plugin-proposal-numeric-separator": "7.12.13",
|
2021-04-21 22:30:19 +02:00
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
|
|
|
|
"@babel/plugin-proposal-optional-chaining": "7.13.12",
|
2021-02-11 20:01:11 +01:00
|
|
|
"@babel/plugin-proposal-throw-expressions": "7.12.13",
|
2020-08-11 07:21:51 +02:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
|
"@babel/plugin-syntax-import-meta": "7.10.4",
|
2021-04-21 22:30:19 +02:00
|
|
|
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
|
|
|
"@babel/plugin-transform-classes": "7.13.0",
|
|
|
|
"@babel/plugin-transform-runtime": "7.13.15",
|
2020-11-14 16:52:37 +01:00
|
|
|
"@babel/polyfill": "7.12.1",
|
2021-04-21 22:30:19 +02:00
|
|
|
"@babel/preset-env": "7.13.15",
|
|
|
|
"@babel/preset-react": "7.13.13",
|
|
|
|
"@babel/preset-typescript": "7.13.0",
|
|
|
|
"@babel/register": "7.13.14",
|
|
|
|
"@babel/runtime": "7.13.10",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@changesets/changelog-github": "^0.2.8",
|
2021-04-03 21:25:16 +02:00
|
|
|
"@changesets/cli": "^2.15.0",
|
2021-02-11 21:34:29 +01:00
|
|
|
"@changesets/get-dependents-graph": "^1.2.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"@commitlint/cli": "8.3.5",
|
|
|
|
"@commitlint/config-conventional": "8.2.0",
|
2020-03-04 20:47:41 +01:00
|
|
|
"@octokit/rest": "17.0.0",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@types/async": "3.2.5",
|
|
|
|
"@types/autosuggest-highlight": "3.1.1",
|
2020-06-30 21:55:14 +02:00
|
|
|
"@types/express": "4.17.6",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@types/http-errors": "1.8.0",
|
|
|
|
"@types/jest": "^26.0.20",
|
|
|
|
"@types/js-base64": "3.0.0",
|
|
|
|
"@types/lodash": "4.14.167",
|
2021-01-02 08:11:32 +01:00
|
|
|
"@types/lowdb": "^1.0.9",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@types/mime": "2.0.2",
|
2019-07-16 08:40:01 +02:00
|
|
|
"@types/minimatch": "3.0.3",
|
2020-11-14 16:52:37 +01:00
|
|
|
"@types/node": "^14.14.7",
|
2020-12-22 10:25:07 +01:00
|
|
|
"@types/react": "16.14.2",
|
|
|
|
"@types/react-autosuggest": "10.0.1",
|
|
|
|
"@types/react-dom": "^16.9.10",
|
|
|
|
"@types/react-router-dom": "5.1.6",
|
|
|
|
"@types/react-virtualized": "9.21.10",
|
|
|
|
"@types/request": "2.48.5",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@types/semver": "7.3.4",
|
|
|
|
"@types/supertest": "2.0.10",
|
2020-12-22 10:25:07 +01:00
|
|
|
"@types/testing-library__jest-dom": "^5.9.5",
|
2021-03-06 18:56:45 +01:00
|
|
|
"@types/validator": "^13.1.3",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@types/webpack": "^4.41.26",
|
2020-12-22 10:25:07 +01:00
|
|
|
"@types/webpack-env": "1.16.0",
|
2021-01-16 10:40:43 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.13.0",
|
|
|
|
"@typescript-eslint/parser": "4.13.0",
|
2020-11-15 14:25:03 +01:00
|
|
|
"@verdaccio/types": "workspace:*",
|
2020-12-22 10:25:07 +01:00
|
|
|
"@verdaccio/ui-theme": "workspace:*",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-core": "7.0.0-bridge.0",
|
|
|
|
"babel-eslint": "10.1.0",
|
2020-12-22 10:25:07 +01:00
|
|
|
"babel-jest": "26.6.3",
|
2020-08-11 07:21:51 +02:00
|
|
|
"babel-plugin-dynamic-import-node": "2.3.3",
|
2021-01-16 10:40:43 +01:00
|
|
|
"babel-plugin-emotion": "11.0.0",
|
|
|
|
"codecov": "3.8.1",
|
2020-12-22 10:25:07 +01:00
|
|
|
"concurrently": "^5.3.0",
|
2021-04-21 22:30:19 +02:00
|
|
|
"core-js": "^3.10.1",
|
2021-01-16 10:40:43 +01:00
|
|
|
"cross-env": "7.0.3",
|
2020-05-20 22:45:08 +02:00
|
|
|
"detect-secrets": "1.0.6",
|
2021-02-11 22:05:37 +01:00
|
|
|
"eslint": "7.19.0",
|
2020-08-11 07:21:51 +02:00
|
|
|
"eslint-config-google": "0.14.0",
|
2021-02-11 22:05:37 +01:00
|
|
|
"eslint-config-prettier": "7.2.0",
|
2021-01-16 10:40:43 +01:00
|
|
|
"eslint-plugin-babel": "5.3.1",
|
|
|
|
"eslint-plugin-import": "2.22.1",
|
|
|
|
"eslint-plugin-jest": "24.1.3",
|
|
|
|
"eslint-plugin-jsx-a11y": "6.4.1",
|
|
|
|
"eslint-plugin-react": "7.22.0",
|
|
|
|
"eslint-plugin-react-hooks": "4.2.0",
|
|
|
|
"eslint-plugin-simple-import-sort": "7.0.0",
|
|
|
|
"eslint-plugin-verdaccio": "9.6.1",
|
2021-02-11 21:34:29 +01:00
|
|
|
"fs-extra": "9.1.0",
|
2020-03-03 23:59:19 +01:00
|
|
|
"get-stdin": "7.0.0",
|
2019-07-16 08:40:01 +02:00
|
|
|
"husky": "2.7.0",
|
2021-01-16 10:40:43 +01:00
|
|
|
"in-publish": "2.0.1",
|
2020-12-22 10:25:07 +01:00
|
|
|
"jest": "26.6.3",
|
|
|
|
"jest-environment-jsdom": "26.6.2",
|
|
|
|
"jest-environment-jsdom-global": "^2.0.4",
|
|
|
|
"jest-environment-node": "26.6.2",
|
|
|
|
"jest-fetch-mock": "3.0.3",
|
2020-06-30 21:55:14 +02:00
|
|
|
"jest-junit": "11.0.1",
|
2021-02-11 21:34:29 +01:00
|
|
|
"kleur": "4.1.4",
|
2019-07-16 08:40:01 +02:00
|
|
|
"lint-staged": "8.2.1",
|
2020-06-30 21:55:14 +02:00
|
|
|
"nock": "12.0.3",
|
2021-01-16 10:40:43 +01:00
|
|
|
"nodemon": "^2.0.7",
|
2020-09-03 21:15:29 +02:00
|
|
|
"npm-run-all": "4.1.5",
|
2021-01-16 10:40:43 +01:00
|
|
|
"prettier": "2.2.1",
|
2020-06-30 21:55:14 +02:00
|
|
|
"rimraf": "3.0.2",
|
2021-01-16 10:40:43 +01:00
|
|
|
"selfsigned": "1.10.8",
|
2020-05-20 22:45:08 +02:00
|
|
|
"supertest": "4.0.2",
|
2021-01-16 10:40:43 +01:00
|
|
|
"ts-node": "^9.1.1",
|
2021-04-11 09:07:30 +02:00
|
|
|
"typescript": "^4.2.4",
|
2021-04-21 22:30:19 +02:00
|
|
|
"update-ts-references": "2.3.0",
|
2021-04-11 09:05:27 +02:00
|
|
|
"verdaccio": "^5.0.1",
|
2020-11-15 14:25:03 +01:00
|
|
|
"verdaccio-audit": "workspace:*",
|
|
|
|
"verdaccio-auth-memory": "workspace:*",
|
|
|
|
"verdaccio-htpasswd": "workspace:*",
|
|
|
|
"verdaccio-memory": "workspace:*"
|
2016-04-21 22:13:49 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2020-08-11 07:21:51 +02:00
|
|
|
"clean": "pnpm recursive run clean",
|
|
|
|
"build": "pnpm recursive run 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}\"",
|
|
|
|
"lint": "eslint \"**/*.{js,jsx,ts,tsx}\"",
|
2020-12-21 10:22:06 +01:00
|
|
|
"test": "pnpm recursive test --filter ./packages",
|
|
|
|
"test:e2e:cli": "pnpm test --filter ...@verdaccio/e2e-cli",
|
2020-12-22 13:10:20 +01:00
|
|
|
"test:e2e:ui": "pnpm test --filter ...@verdaccio/e2e-ui",
|
2020-12-22 21:16:11 +01:00
|
|
|
"start": "concurrently --kill-others \"pnpm _start:server\" \"pnpm _start:web\"",
|
|
|
|
"start:watch": "concurrently --kill-others \"pnpm _build:watch\" \"pnpm _start:server\" \"pnpm _debug:reload\"",
|
|
|
|
"_build:watch": "pnpm run --parallel watch --filter ./packages",
|
|
|
|
"_start:server": "node packages/verdaccio/debug/bootstrap.js --listen 8000",
|
|
|
|
"_start:web": "pnpm start --filter ...@verdaccio/ui-theme",
|
|
|
|
"_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",
|
2020-12-22 21:16:11 +01:00
|
|
|
"debug": "node --inspect packages/verdaccio/debug/bootstrap.js",
|
|
|
|
"debug:break": "node --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-04-05 20:39:21 +02:00
|
|
|
"ci:publish": "changeset publish",
|
|
|
|
"ts:ref": "update-ts-references --discardComments"
|
2018-08-15 22:17:41 +02:00
|
|
|
},
|
2018-01-20 09:45:44 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
2020-09-03 21:15:29 +02:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|