-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 927 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 927 Bytes
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
{
"name": "@ember/engine",
"private": true,
"type": "module",
"exports": {
".": "./index.ts",
"./instance": "./instance.ts",
"./parent": "./parent.ts"
},
"dependencies": {
"@ember/-internals": "workspace:*",
"@ember/application": "workspace:*",
"@ember/array": "workspace:*",
"@ember/controller": "workspace:*",
"@ember/debug": "workspace:*",
"@ember/object": "workspace:*",
"@ember/owner": "workspace:*",
"@ember/routing": "workspace:*",
"@ember/runloop": "workspace:*",
"@ember/service": "workspace:*",
"@ember/utils": "workspace:*",
"@glimmer/destroyable": "workspace:*",
"@glimmer/env": "workspace:*",
"@glimmer/owner": "workspace:*",
"@glimmer/util": "workspace:*",
"@glimmer/validator": "workspace:*",
"dag-map": "^2.0.2",
"expect-type": "^0.15.0",
"internal-test-helpers": "workspace:*",
"router_js": "^8.0.6"
}
}