-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.57 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.57 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
{
"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",
"@glint/core": "^1.5.2",
"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": {
"@glimmer/component": "^2.0.0",
"ember-composable-helpers": "npm:@nullvoxpopuli/ember-composable-helpers@^5.2.11",
"js-yaml@3": "3.14.2",
"js-yaml@4": "4.1.1",
"mdast-util-to-hast": "13.2.1",
"qs": "6.14.1",
"systeminformation": "5.27.14"
},
"patchedDependencies": {
"broccoli-asset-rewrite": "patches/broccoli-asset-rewrite.patch",
"ember-app-scheduler@7.0.1": "patches/ember-app-scheduler@7.0.1.patch"
}
}
}