forked from universal-ember/ember-primitives
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.12 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
{
"name": "ember-primitives-root",
"version": "0.0.0",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:universal-ember/ember-primitives.git"
},
"license": "MIT",
"author": "",
"scripts": {
"build": "turbo run build --output-logs errors-only",
"dev": "pnpm turbo dev --ui tui",
"lint": "turbo run _:lint --output-logs errors-only",
"lint:fix": "turbo run _:lint:fix --output-logs errors-only",
"sync": "pnpm --filter '*' sync",
"test": "turbo run test --output-logs errors-only"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"concurrently": "^9.2.1",
"ember-primitives": "workspace:^",
"prettier": "^3.8.1",
"prettier-plugin-ember-template-tag": "^2.1.3",
"release-plan": "^0.18.0",
"turbo": "^2.9.4",
"typescript": "^6.0.2"
},
"packageManager": "pnpm@10.33.1",
"engines": {
"node": ">= 22.*",
"npm": "use pnpm",
"yarn": "use pnpm"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
],
"peerDependencyRules": {
"allowAny": [
"typescript",
"ember-source",
"@glimmer/compiler",
"@glimmer/syntax"
],
"ignoreMissing": [
"rsvp"
]
},
"overrides": {
"@embroider/macros": "^1.19.7",
"@glimmer/component": "^2.0.0",
"@glint/template": "^1.7.7",
"babel-plugin-ember-template-compilation": "^4.0.0",
"decorator-transforms": "2.3.1",
"ember-cli-babel": "^8.3.1",
"ember-element-helper": "^0.8.8",
"ember-primitives": "workspace:^",
"ember-repl": "^8.0.0",
"ember-source": "^6.10.1",
"reactiveweb": "^1.9.1",
"tracked-toolbox": "^3.0.0"
},
"patchedDependencies": {},
"packageExtensions": {
"ember-modify-based-class-resource": {
"peerDependencies": {
"@glimmer/component": "^2.0.0"
}
},
"ember-qunit": {
"peerDependencies": {
"@ember/test-helpers": "^2.7.0 || >= 3.0.0"
}
},
"ember-source": {
"peerDependencies": {
"@glimmer/component": "^2.0.0"
}
}
}
}
}