-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.42 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
{
"name": "@hashicorp/design-system",
"version": "0.0.0",
"private": true,
"scripts": {
"format": "pnpm -r --if-present format",
"lint": "pnpm -r --if-present lint",
"lint:fix": "pnpm -r --if-present lint:fix",
"release-candidate-packages": "pnpm changeset publish --tag rc",
"release-packages": "pnpm changeset publish",
"version-candidate-packages": "pnpm changeset version --snapshot rc && pnpm install --lockfile-only",
"version-packages": "pnpm changeset version && pnpm install --lockfile-only && pnpm -F website generate-changelog-markdown-files"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.27.1",
"@changesets/cli": "^2.27.11",
"@changesets/get-github-info": "^0.6.0",
"dotenv": "^16.4.7",
"prettier-plugin-ember-template-tag": "^2.0.5"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"engines": {
"pnpm": ">= 10.0.0",
"node": ">= 24"
},
"pnpm": {
"overrides": {
"@babel/plugin-transform-modules-systemjs": "7.29.4",
"@glimmer/component": "^2.0.0",
"@xmldom/xmldom": "0.9.10",
"ajv@6": "6.14.0",
"ajv@8": "8.18.0",
"basic-ftp": "5.3.1",
"brace-expansion@1": "1.1.13",
"brace-expansion@2": "2.0.3",
"brace-expansion@5": "5.0.6",
"flatted": "3.4.2",
"fast-uri": "3.1.2",
"follow-redirects": "1.16.0",
"form-data": "4.0.6",
"ember-composable-helpers": "npm:@nullvoxpopuli/ember-composable-helpers@^5.2.11",
"handlebars": "4.7.9",
"dompurify": "3.4.0",
"js-yaml@3": "3.14.2",
"js-yaml@4": "4.1.1",
"linkify-it": "5.0.1",
"markdown-it": "14.1.1",
"mdast-util-to-hast": "13.2.1",
"minimatch@<3.0.5": "3.1.2",
"path-to-regexp@0": "0.1.13",
"path-to-regexp@8": "8.4.2",
"picomatch": "4.0.4",
"qs": "6.15.2",
"serialize-javascript": "7.0.5",
"socks": "2.8.9",
"socket.io-parser": "4.2.6",
"systeminformation": "5.31.6",
"tmp": "0.2.7",
"undici": "6.27.0",
"underscore": "1.13.8",
"ws": "8.21.0",
"yaml@1": "1.10.3",
"yaml@2": "2.8.3"
},
"patchedDependencies": {
"broccoli-asset-rewrite": "patches/broccoli-asset-rewrite.patch",
"ember-app-scheduler@7.0.1": "patches/ember-app-scheduler@7.0.1.patch"
}
}
}