-
-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3.36 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 3.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"private": true,
"name": "website-root",
"author": {
"name": "Verdaccio Maintainers",
"email": "verdaccio.npm@gmail.com"
},
"repository": {
"type": "https",
"url": "https://github.com/verdaccio/website"
},
"homepage": "https://verdaccio.org",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/verdaccio"
},
"devDependencies": {
"@babel/cli": "7.28.6",
"@babel/core": "7.29.0",
"@babel/node": "7.29.0",
"@babel/plugin-proposal-decorators": "7.29.0",
"@babel/plugin-proposal-function-sent": "7.27.1",
"@babel/plugin-proposal-throw-expressions": "7.27.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-async-to-generator": "7.28.6",
"@babel/plugin-transform-class-properties": "7.28.6",
"@babel/plugin-transform-classes": "7.28.6",
"@babel/plugin-transform-export-namespace-from": "7.27.1",
"@babel/plugin-transform-json-strings": "7.28.6",
"@babel/plugin-transform-nullish-coalescing-operator": "7.28.6",
"@babel/plugin-transform-numeric-separator": "7.28.6",
"@babel/plugin-transform-object-rest-spread": "7.28.6",
"@babel/plugin-transform-optional-chaining": "7.28.6",
"@babel/plugin-transform-runtime": "7.29.0",
"@babel/preset-env": "7.29.5",
"@babel/preset-react": "7.28.5",
"@babel/preset-typescript": "7.28.5",
"@babel/register": "7.29.3",
"@babel/runtime": "7.29.2",
"@crowdin/cli": "4.14.2",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/debug": "4.1.13",
"@types/lodash": "4.17.24",
"@types/node": "24.12.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"@types/sanitize-html": "2.16.1",
"@verdaccio/eslint-config": "11.0.1",
"@verdaccio/local-scripts": "workspace:*",
"babel-plugin-dynamic-import-node": "2.3.3",
"babel-plugin-emotion": "11.0.0",
"cross-env": "10.1.0",
"debug": "4.4.3",
"eslint": "8.57.1",
"fs-extra": "11.2.0",
"got": "15.0.5",
"kleur": "4.1.5",
"npm-run-all2": "8.0.4",
"prettier": "3.4.2",
"rimraf": "6.1.3",
"sanitize-html": "2.17.4",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"scripts": {
"clean": "pnpm --filter \"./packages/**\" clean",
"build": "pnpm --filter \"./packages/**\" build && pnpm --filter @verdaccio/test-cli-commons build",
"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 --max-warnings 70 \"**/*.{js,jsx,ts,tsx}\"",
"test": "pnpm --filter \"./packages/**\" test",
"contributors": "tsx ./scripts/contributors-update.ts",
"ts:ref": "update-ts-references --discardComments --rootConfigName tsconfig.base.json",
"website": "pnpm --filter ...@verdaccio/website build",
"deploy:gh-pages": "pnpm --filter ...@verdaccio/website deploy-gh-pages",
"translations": "local-crowdin-api translations",
"crowdin:upload": "crowdin upload sources --auto-update --config ./crowdin.yaml",
"crowdin:download": "crowdin download --verbose --config ./crowdin.yaml",
"crowdin:sync": "pnpm crowdin:upload && pnpm crowdin:download",
"script:addon": "tsx ./scripts/addon-update.ts"
},
"license": "MIT",
"packageManager": "pnpm@11.5.0"
}