-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.53 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.53 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
{
"name": "@glimmer-workspace/integration-tests",
"version": "0.92.0",
"type": "module",
"private": true,
"exports": "./index.ts",
"repo-meta": {
"strictness": "loose",
"lint": [
"index",
"lib/**/*",
"test/**/*"
]
},
"scripts": {},
"dependencies": {
"@ember/debug": "workspace:*",
"@glimmer-workspace/test-utils": "workspace:*",
"@glimmer/compiler": "workspace:*",
"@glimmer/destroyable": "workspace:*",
"@glimmer/interfaces": "workspace:*",
"@glimmer/manager": "workspace:*",
"@glimmer/node": "workspace:*",
"@glimmer/opcode-compiler": "workspace:*",
"@glimmer/owner": "workspace:*",
"@glimmer/program": "workspace:*",
"@glimmer/reference": "workspace:*",
"@glimmer/runtime": "workspace:*",
"@glimmer/syntax": "workspace:*",
"@glimmer/tracking": "workspace:*",
"@glimmer/util": "workspace:*",
"@glimmer/validator": "workspace:*",
"@glimmer/vm": "workspace:*",
"@glimmer/wire-format": "workspace:*",
"@simple-dom/document": "^1.4.0",
"@simple-dom/serializer": "^1.4.0",
"@simple-dom/void-map": "^1.4.0",
"js-reporters": "^2.1.0",
"qunit": "^2.24.1",
"simple-html-tokenizer": "^0.5.11"
},
"devDependencies": {
"@ember/runloop": "workspace:*",
"@glimmer/constants": "workspace:*",
"@glimmer/debug-util": "workspace:*",
"@glimmer/env": "workspace:*",
"@glimmer/local-debug-flags": "workspace:*",
"@types/js-reporters": "workspace:*",
"@types/qunit": "^2.19.12",
"dom-types": "^1.1.2"
}
}