-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 939 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 939 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
{
"private": true,
"name": "@glimmer-test/integration-tests",
"version": "0.92.0",
"scripts": {},
"dependencies": {
"@glimmer-workspace/integration-tests": "workspace:*",
"@glimmer-workspace/test-utils": "workspace:*",
"@glimmer/compiler": "workspace:*",
"@glimmer/constants": "workspace:*",
"@glimmer/debug-util": "workspace:*",
"@glimmer/destroyable": "workspace:*",
"@glimmer/local-debug-flags": "workspace:*",
"@glimmer/manager": "workspace:*",
"@glimmer/opcode-compiler": "workspace:*",
"@glimmer/owner": "workspace:*",
"@glimmer/reference": "workspace:*",
"@glimmer/runtime": "workspace:*",
"@glimmer/syntax": "workspace:*",
"@glimmer/util": "workspace:*",
"@glimmer/validator": "workspace:*",
"@glimmer/wire-format": "workspace:*",
"@ember/helper": "workspace:*",
"@ember/modifier": "workspace:*",
"@ember/template-compiler": "workspace:*"
}
}