-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.56 KB
/
package.json
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
{
"name": "pnpm-9-hanging",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
},
"keywords": [],
"license": "UNLICENSED",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": ">=18.0.0"
},
"pnpm": {
"overrides": {
"@types/htmlbars-inline-precompile": "~1.0.1",
"broccoli-babel-transpiler": "^7.8.1",
"colors": "<=1.4.0",
"ember-cli-babel": "~7.26.11",
"testem": "^3.10.1"
}
},
"devDependencies": {
"module2": "workspace:*",
"module9": "workspace:*",
"@changesets/cli": "^2.26.1",
"@glint/core": "1.4.0",
"@glint/environment-ember-loose": "1.4.0",
"@glint/scripts": "1.4.0",
"@glint/template": "1.4.0",
"@jest/reporters": "^29.5.0",
"@types/ember-data": "~4.4.12",
"@types/ember-data__model": "~4.0.2",
"@types/ember-data__store": "~4.0.4",
"@typescript/analyze-trace": "^0.10.1",
"date-fns": "~2.29.3",
"ember-template-lint": "~5.13.0",
"eslint": "~8.57.0",
"gulp": "~4.0.2",
"husky": "^8.0.3",
"lint-staged": "^12.3.5",
"nx": "^15.9.2",
"prettier": "~2.8.7",
"stream-reduce": "~1.0.3",
"stylelint": "~16.2.1",
"stylelint-config-sass-guidelines": "~11.0.0",
"stylelint-order": "~6.0.4",
"stylelint-scss": "~6.1.0",
"testem": "^3.10.1",
"typescript": "5.3.3",
"vinyl": "~2.2.1",
"webpack": "~5.94.0"
}
}