-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.45 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.45 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
{
"name": "internal-test-helpers",
"private": true,
"type": "module",
"exports": {
".": "./index.ts",
"./lib/run": "./lib/run.ts"
},
"dependencies": {
"@ember/-internals": "workspace:*",
"@ember/application": "workspace:*",
"@ember/array": "workspace:*",
"@ember/canary-features": "workspace:*",
"@ember/component": "workspace:*",
"@ember/controller": "workspace:*",
"@ember/debug": "workspace:*",
"@ember/destroyable": "workspace:*",
"@ember/engine": "workspace:*",
"@ember/enumerable": "workspace:*",
"@ember/instrumentation": "workspace:*",
"@ember/object": "workspace:*",
"@ember/owner": "workspace:*",
"@ember/routing": "workspace:*",
"@ember/runloop": "workspace:*",
"@ember/service": "workspace:*",
"@ember/utils": "workspace:*",
"@glimmer/compiler": "workspace:*",
"@glimmer/destroyable": "workspace:*",
"@glimmer/env": "workspace:*",
"@glimmer/interfaces": "workspace:*",
"@glimmer/manager": "workspace:*",
"@glimmer/opcode-compiler": "workspace:*",
"@glimmer/owner": "workspace:*",
"@glimmer/runtime": "workspace:*",
"@glimmer/syntax": "workspace:*",
"@glimmer/util": "workspace:*",
"@glimmer/validator": "workspace:*",
"backburner.js": "^2.7.0",
"dag-map": "^2.0.2",
"ember": "workspace:*",
"ember-template-compiler": "workspace:*",
"router_js": "^8.0.6",
"rsvp": "^4.8.5",
"simple-html-tokenizer": "^0.5.11"
}
}