17
17
"license" : " MPL-2.0" ,
18
18
"author" : " HashiCorp Design Systems <design-systems@hashicorp.com>" ,
19
19
"scripts" : {
20
- "build" : " concurrently 'npm:build:*'" ,
21
- "build:js" : " rollup --config" ,
22
- "build:types" : " glint --declaration" ,
23
- "prepublishOnly" : " yarn build && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)" ,
24
- "start" : " concurrently 'yarn:start:*'" ,
25
- "start:js" : " rollup --config --watch --environment development" ,
26
- "start:types" : " glint --declaration --watch" ,
27
- "lint" : " concurrently \" yarn:lint:*(!fix)\" --names \" lint:\" " ,
28
- "lint:fix" : " concurrently \" yarn:lint:*:fix\" --names \" fix:\" " ,
20
+ "build" : " rollup --config" ,
21
+ "prepublishOnly" : " pnpm build && test -f 'dist/styles/@hashicorp/design-system-components.css' || (echo 'The pre-compiled CSS file was not found' && exit 1)" ,
22
+ "start" : " rollup --config --watch --environment development" ,
23
+ "lint" : " concurrently \" pnpm:lint:*(!fix)\" --names \" lint:\" " ,
24
+ "lint:fix" : " concurrently \" pnpm:lint:*:fix\" --names \" fix:\" " ,
29
25
"lint:css" : " stylelint \" src/styles/**/*.scss\" " ,
30
- "lint:css:fix" : " concurrently \" yarn :lint:css --fix\" " ,
26
+ "lint:css:fix" : " concurrently \" pnpm :lint:css --fix\" " ,
31
27
"lint:types" : " glint" ,
32
28
"lint:hbs" : " ember-template-lint ." ,
33
29
"lint:hbs:fix" : " ember-template-lint . --fix" ,
40
36
"@ember/test-waiters" : " ^3.1.0" ,
41
37
"@embroider/addon-shim" : " ^1.9.0" ,
42
38
"@floating-ui/dom" : " ^1.6.12" ,
43
- "@hashicorp/design-system-tokens" : " ^2.2.2" ,
44
- "@hashicorp/flight-icons" : " ^3.8.0" ,
39
+ "@glimmer/component" : " ^1.1.2" ,
40
+ "@glimmer/tracking" : " ^1.1.2" ,
41
+ "@hashicorp/design-system-tokens" : " workspace:*" ,
42
+ "@hashicorp/flight-icons" : " workspace:*" ,
45
43
"clipboard-polyfill" : " ^4.1.1" ,
46
- "decorator-transforms" : " ^1.2.1 " ,
44
+ "decorator-transforms" : " ^2.3.0 " ,
47
45
"ember-a11y-refocus" : " ^4.1.4" ,
48
- "ember-cli-sass" : " ^11.0.1" ,
49
46
"ember-composable-helpers" : " ^5.0.0" ,
50
47
"ember-concurrency" : " ^4.0.2" ,
51
48
"ember-element-helper" : " ^0.8.6" ,
52
49
"ember-focus-trap" : " ^1.1.1" ,
53
50
"ember-get-config" : " ^2.1.1" ,
54
51
"ember-modifier" : " ^4.2.0" ,
55
52
"ember-power-select" : " ^8.6.2" ,
56
- "ember-stargate" : " ^0.4.3" ,
57
- "ember-style-modifier" : " ^4.4.0" ,
53
+ "ember-stargate" : " ^0.4.3" , "ember-style-modifier" : " ^4.4.0" ,
58
54
"ember-truth-helpers" : " ^4.0.3" ,
59
55
"luxon" : " ^2.3.2 || ^3.4.2" ,
60
56
"prismjs" : " ^1.29.0" ,
61
- "sass" : " ^1.83.0" ,
62
57
"tippy.js" : " ^6.3.7"
63
58
},
64
59
"devDependencies" : {
65
60
"@babel/core" : " ^7.26.0" ,
66
- "@babel/plugin-proposal-decorators" : " ^7.25.9" ,
67
- "@babel/plugin-transform-class-properties" : " ^7.25.9" ,
68
- "@babel/plugin-transform-private-methods" : " ^7.25.9" ,
69
61
"@babel/plugin-transform-typescript" : " ^7.26.3" ,
70
62
"@babel/runtime" : " ^7.26.0" ,
71
63
"@ember/test-helpers" : " ^4.0.4" ,
72
- "@embroider/addon-dev" : " ^4.3.1" ,
73
- "@glimmer/component" : " ^1.1.2" ,
74
- "@glimmer/tracking" : " ^1.1.2" ,
75
- "@glint/core" : " ^1.5.0" ,
76
- "@glint/environment-ember-loose" : " ^1.4.0" ,
77
- "@glint/template" : " ^1.5.0" ,
64
+ "@embroider/addon-dev" : " ^7.1.1" ,
65
+ "@glint/core" : " ^1.5.1" ,
66
+ "@glint/environment-ember-loose" : " ^1.5.1" ,
67
+ "@glint/environment-ember-template-imports" : " ^1.5.1" ,
68
+ "@glint/template" : " ^1.5.1" ,
78
69
"@rollup/plugin-babel" : " ^6.0.4" ,
79
70
"@tsconfig/ember" : " ^3.0.8" ,
80
71
"@types/ember-qunit" : " ^6.1.3" ,
89
80
"babel-plugin-ember-template-compilation" : " ^2.3.0" ,
90
81
"concurrently" : " ^9.1.0" ,
91
82
"ember-basic-dropdown" : " ^8.4.0" ,
83
+ "ember-source" : " ^5.12.0" ,
92
84
"ember-template-lint" : " ^6.0.0" ,
93
85
"ember-template-lint-plugin-prettier" : " ^5.0.0" ,
94
86
"eslint" : " ^8.57.1" ,
95
87
"eslint-config-prettier" : " ^9.1.0" ,
96
88
"eslint-plugin-ember" : " ^12.3.3" ,
97
89
"eslint-plugin-import" : " ^2.31.0" ,
98
- "eslint-plugin-n" : " ^17.15.0" ,
99
- "eslint-plugin-prettier" : " ^5.2.1" ,
90
+ "eslint-plugin-n" : " ^17.15.0" , "eslint-plugin-prettier" : " ^5.2.1" ,
100
91
"eslint-plugin-qunit" : " ^8.1.2" ,
101
92
"postcss" : " ^8.4.49" ,
102
93
"prettier" : " ^3.4.2" ,
103
94
"rollup" : " ^4.28.1" ,
104
95
"rollup-plugin-copy" : " ^3.5.0" ,
105
96
"rollup-plugin-scss" : " ^4.0.1" ,
106
- "rollup-plugin-ts " : " ^3.4.5 " ,
97
+ "sass " : " ^1.83.0 " ,
107
98
"stylelint" : " ^16.12.0" ,
108
99
"stylelint-config-rational-order" : " ^0.1.2" ,
109
100
"stylelint-config-standard-scss" : " ^14.0.0" ,
331
322
"engines" : {
332
323
"node" : " >= 18"
333
324
}
334
- }
325
+ }
0 commit comments